166-assign.t: fix typo
This commit is contained in:
parent
e2bacc7df8
commit
1c975a1b8c
|
@ -242,7 +242,7 @@ $tmp = fresh_workspace;
|
||||||
|
|
||||||
ok(@{get_ws_content($tmp)} == 0, 'no containers yet');
|
ok(@{get_ws_content($tmp)} == 0, 'no containers yet');
|
||||||
my @docked = get_dock_clients;
|
my @docked = get_dock_clients;
|
||||||
is(@docked, 0, 'one dock client yet');
|
is(@docked, 0, 'no dock client yet');
|
||||||
|
|
||||||
$window = open_special(
|
$window = open_special(
|
||||||
window_type => $x->atom(name => '_NET_WM_WINDOW_TYPE_DOCK'),
|
window_type => $x->atom(name => '_NET_WM_WINDOW_TYPE_DOCK'),
|
||||||
|
|
Loading…
Reference in New Issue