X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=testcases%2Ft%2F276-ipc-window-move.t;fp=testcases%2Ft%2F276-ipc-window-move.t;h=708963dfd649997f68d77f6161ee7e839fb299c0;hp=f3606b4e8106b1c32d34a463cca45bb2d29d5d24;hb=1847938d4eeba98260cc79ca45a11a134274c2ea;hpb=c54f5008395b10c046f380cc3069ff779e5d2877 diff --git a/testcases/t/276-ipc-window-move.t b/testcases/t/276-ipc-window-move.t index f3606b4e..708963df 100644 --- a/testcases/t/276-ipc-window-move.t +++ b/testcases/t/276-ipc-window-move.t @@ -34,7 +34,7 @@ sub move_subtest { is($move[0]->{container}->{window}, $window->{id}, 'window id matches'); } -subtest 'move right', \&move_subtest, 'move right'; +subtest 'move left', \&move_subtest, 'move left'; subtest 'move to workspace', \&move_subtest, 'move to workspace ws_new'; done_testing;