Merge pull request #2899 from orestisf1993/patch-1

Fix typo in 265-swap.t
This commit is contained in:
Ingo Bürk 2017-09-06 17:08:02 +02:00 committed by GitHub
commit 3f9b880e1f
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);