Skip to content

Commit 679d550

Browse files
authored
Merge pull request metacpan#759 from metacpan/mickey/fix_search_test
Added missing import
2 parents 3469a08 + 1fca4fd commit 679d550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/model/search.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use warnings;
44
use MetaCPAN::Model::Search ();
55
use MetaCPAN::TestServer ();
66
use Test::More;
7-
use Test::Deep qw(cmp_deeply);
7+
use Test::Deep qw(cmp_deeply ignore);
88

99
plan skip_all =>
1010
"Travis ES bad, see https://travis-ci.org/metacpan/metacpan-api/jobs/301092129"

0 commit comments

Comments
 (0)