testcases: use Test::More is_deeply, don't depend on Test::Deep
This commit is contained in:
committed by
Michael Stapelberg
parent
3a9d94bba4
commit
8d83697cc2
@ -13,7 +13,7 @@ sub check_order {
|
||||
my @nums = map { $_->{num} } grep { defined($_->{num}) } @ws;
|
||||
my @sorted = sort @nums;
|
||||
|
||||
cmp_deeply(\@nums, \@sorted, $msg);
|
||||
is_deeply(\@nums, \@sorted, $msg);
|
||||
}
|
||||
|
||||
check_order('workspace order alright before testing');
|
||||
|
Reference in New Issue
Block a user