From dda2ef9716c6025fdfac93d1f5a6e4fe7e252086 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ingo=20B=C3=BCrk?= Date: Fri, 24 Feb 2017 08:36:31 +0100 Subject: [PATCH] Fixes a small mixup in the assertion description. (#2692) relates to PR #2649 --- testcases/t/192-layout.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testcases/t/192-layout.t b/testcases/t/192-layout.t index 1d406fc6..c54f27a2 100644 --- a/testcases/t/192-layout.t +++ b/testcases/t/192-layout.t @@ -122,11 +122,11 @@ is($nodes->[1]->{layout}, 'stacked', 'layout now stacked'); cmd 'layout toggle stacked'; ($nodes, $focus) = get_ws_content($tmp); # this is correct if it does nothing -is($nodes->[1]->{layout}, 'stacked', 'layout now tabbed'); +is($nodes->[1]->{layout}, 'stacked', 'layout now stacked'); cmd 'layout toggle tabbed stacked'; ($nodes, $focus) = get_ws_content($tmp); -is($nodes->[1]->{layout}, 'tabbed', 'layout now stacked'); +is($nodes->[1]->{layout}, 'tabbed', 'layout now tabbed'); # obsoletes 'split' ;) cmd 'layout toggle splith splitv'; -- 2.39.5