Fix typo in 265-swap.t

This commit is contained in:
Orestis 2017-09-06 18:02:52 +03:00 committed by GitHub
parent 66f2148236
commit b12cea0ad2
1 changed files with 1 additions and 1 deletions

View 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);