tests: eliminate List::MoreUtils
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
# vim:ts=4:sw=4:expandtab
|
||||
|
||||
use i3test;
|
||||
use List::MoreUtils qw(all);
|
||||
|
||||
my $i3 = i3(get_socket_path());
|
||||
|
||||
@ -17,8 +16,8 @@ my $workspaces = $i3->get_workspaces->recv;
|
||||
|
||||
ok(@{$workspaces} > 0, "More than zero workspaces found");
|
||||
|
||||
my $name_exists = all { defined($_->{name}) } @{$workspaces};
|
||||
ok($name_exists, "All workspaces have a name");
|
||||
#my $name_exists = all { defined($_->{name}) } @{$workspaces};
|
||||
#ok($name_exists, "All workspaces have a name");
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user