summaryrefslogtreecommitdiffstats
path: root/t/100-collection.t
diff options
context:
space:
mode:
Diffstat (limited to 't/100-collection.t')
-rw-r--r--t/100-collection.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/100-collection.t b/t/100-collection.t
index 4a29e4d..d128727 100644
--- a/t/100-collection.t
+++ b/t/100-collection.t
@@ -55,5 +55,5 @@ is($foos->first_match(a => ''), $foo2,
'first_match works');
ok(!$foos->any_match(b => qr/z/),
'any_match works');
-is_deeply([shallow($foo2), shallow($foo3)], set($foos->grep_matches(c => qr/o/)),
+cmp_deeply([$foos->grep_matches(c => qr/o/)], set(shallow($foo2), shallow($foo3)),
'grep_matches works');