From: Orestis Date: Wed, 6 Sep 2017 15:02:52 +0000 (+0300) Subject: Fix typo in 265-swap.t X-Git-Tag: 4.15~110^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F2899%2Fhead;p=i3%2Fi3 Fix typo in 265-swap.t --- diff --git a/testcases/t/265-swap.t b/testcases/t/265-swap.t index e3c8e97c..92988187 100644 --- a/testcases/t/265-swap.t +++ b/testcases/t/265-swap.t @@ -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);