From b12cea0ad22b0a8b58ed26cccc1f70c59080eb63 Mon Sep 17 00:00:00 2001
From: Orestis <orestisf1993@gmail.com>
Date: Wed, 6 Sep 2017 18:02:52 +0300
Subject: [PATCH] Fix typo in 265-swap.t

---
 testcases/t/265-swap.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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