]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/145-flattening.t
Merge branch 'master' into next
[i3/i3] / testcases / t / 145-flattening.t
index 9d22afc3d0f955c49e58096a0d7187bf39ca7932..dbd1f2465dd1038549a5e1e9b5911e8d05a64b96 100644 (file)
@@ -22,7 +22,7 @@ cmd 'move up';
 cmd 'move right';
 my $ws = get_ws($tmp);
 
-is($ws->{orientation}, 'horizontal', 'workspace orientation is horizontal');
+is($ws->{layout}, 'splith', 'workspace layout is splith');
 is(@{$ws->{nodes}}, 3, 'all three windows on workspace level');
 
 done_testing;