Skip to content

Commit

Permalink
Tidy t/server/controller/search/reverse_dependencies.t
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed May 7, 2014
1 parent d2c406c commit 38beb53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/server/controller/search/reverse_dependencies.t
Expand Up @@ -49,7 +49,8 @@ sub check_search_results {
is scalar @$json, @$rdeps, 'got expected number of releases';
is_deeply [
sort map { join '-', @{ $_->{_source} }{qw(distribution version)} }
@$json ],
@$json
],
$rdeps,
'got expected releases';
}
Expand Down

0 comments on commit 38beb53

Please sign in to comment.