]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/166-assign.t
testcases: drop sync_with_i3()s $x parameter, use global
[i3/i3] / testcases / t / 166-assign.t
index f42962f3ace0f2632ad5b703e5d626c7aa7c1570..a10516a61254db6eb50a56f5705ab476350a292f 100644 (file)
@@ -135,7 +135,7 @@ $window->map;
 # We use sync_with_i3 instead of wait_for_map here because i3 will not actually
 # map the window -- it will be assigned to a different workspace and will only
 # be mapped once you switch to that workspace
-sync_with_i3 $x;
+sync_with_i3;
 
 ok(@{get_ws_content($tmp)} == 0, 'still no containers');
 ok(@{get_ws_content('targetws')} == 2, 'two containers on targetws');