Skip to content

Commit 2154364

Browse files
authored
Merge pull request metacpan#865 from metacpan/mickey/fix_search_web_test
Fix /search/web test
2 parents 8bd9b0e + da7b4a3 commit 2154364

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
@@ -78,7 +78,7 @@ ok( $search->_not_rogue, '_not_rogue' );
7878
my $module = 'Binary::Data::WithPod';
7979
my $results = $search->search_web($module);
8080
is(
81-
$results->{results}->[0]->[0]->{description},
81+
$results->{results}->[0]->{hits}->[0]->{description},
8282
'razzberry pudding',
8383
'description included in results'
8484
);

0 commit comments

Comments
 (0)