]> git.sur5r.net Git - i3/i3/commitdiff
Fix typo in 265-swap.t 2899/head
authorOrestis <orestisf1993@gmail.com>
Wed, 6 Sep 2017 15:02:52 +0000 (18:02 +0300)
committerGitHub <noreply@github.com>
Wed, 6 Sep 2017 15:02:52 +0000 (18:02 +0300)
testcases/t/265-swap.t

index e3c8e97c395ee6a4d5b0e5269372f771bba27f91..92988187168c80782b21cb03c240db8fa207e53b 100644 (file)
@@ -189,7 +189,7 @@ $nodes = get_ws_content($ws1);
 is($nodes->[0]->{window}, $B->{id}, 'B is on ws1:left');
 
 $nodes = get_ws_content($ws2);
-is($nodes->[1]->{window}, $A->{id}, 'A is on ws1:right');
+is($nodes->[1]->{window}, $A->{id}, 'A is on ws2:right');
 is(get_focused($ws2), $expected_focus, 'A is focused');
 
 exit_gracefully($pid);