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
@ -50,7 +50,7 @@ my $expected = {
|
||||
'floating_nodes' => ignore(),
|
||||
};
|
||||
|
||||
cmp_deeply($tree, $expected, 'root node OK');
|
||||
is_deeply($tree, $expected, 'root node OK');
|
||||
|
||||
my @nodes = @{$tree->{nodes}};
|
||||
|
||||
|
Reference in New Issue
Block a user