X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=testcases%2Ft%2F137-floating-unmap.t;h=e91870bc35e0ee1fd6bd1a203803f96c1355635a;hb=1a3b82eb02cc2da1078e73db24df10b89bf99260;hp=0d126feab0d267cae5200887de8aec04d2b25e42;hpb=293517fb2ef7036b7df2e5ea64db5c9b6b268766;p=i3%2Fi3 diff --git a/testcases/t/137-floating-unmap.t b/testcases/t/137-floating-unmap.t index 0d126fea..e91870bc 100644 --- a/testcases/t/137-floating-unmap.t +++ b/testcases/t/137-floating-unmap.t @@ -21,7 +21,7 @@ ok($window->mapped, 'Window is mapped'); my $otmp = fresh_workspace; -sync_with_i3($x); +sync_with_i3; ok(!$window->mapped, 'Window is not mapped after switching ws');