]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/136-floating-ws-empty.t
Merge branch 'master' into next
[i3/i3] / testcases / t / 136-floating-ws-empty.t
index 1666884e5e1bafb221ce2f4a54eb2fac0a21e9b0..f17b0ec146fa465b9ffad2c5de81a867b768edf6 100644 (file)
@@ -15,7 +15,7 @@ my $tmp = fresh_workspace;
 ok(workspace_exists($tmp), "workspace $tmp exists");
 
 # Create a floating window which is smaller than the minimum enforced size of i3
-my $window = open_floating_window($x);
+my $window = open_floating_window;
 ok($window->mapped, 'Window is mapped');
 
 # switch to a different workspace, see if the window is still mapped?