]> git.sur5r.net Git - i3/i3/commitdiff
166-assign.t: fix typo
authorOrestis Floros <orestisf1993@gmail.com>
Sun, 17 Sep 2017 11:45:37 +0000 (14:45 +0300)
committerOrestis Floros <orestisf1993@gmail.com>
Sun, 17 Sep 2017 12:37:17 +0000 (15:37 +0300)
testcases/t/166-assign.t

index 68548831bd085519f820ba591611a86bec0eabb3..8ca62d1e76a99cedb162173044dc5354107c3464 100644 (file)
@@ -242,7 +242,7 @@ $tmp = fresh_workspace;
 
 ok(@{get_ws_content($tmp)} == 0, 'no containers yet');
 my @docked = get_dock_clients;
-is(@docked, 0, 'one dock client yet');
+is(@docked, 0, 'no dock client yet');
 
 $window = open_special(
     window_type => $x->atom(name => '_NET_WM_WINDOW_TYPE_DOCK'),