Skip to content

Commit

Permalink
Tidy so the tidyall tests pass on travis :-P
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed May 14, 2014
1 parent 1d28c66 commit 2336060
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Web/Model/API/Module.pm
Expand Up @@ -184,7 +184,7 @@ sub search_descriptions {
took => $data->{took}
}
);
}
}
);
return $cv;
}
Expand Down
10 changes: 6 additions & 4 deletions lib/MetaCPAN/Web/Model/API/Release.pm
Expand Up @@ -375,10 +375,12 @@ sub versions {
},
size => 250,
sort => [ { date => 'desc' } ],
fields => [qw(
name date author version status maturity
_source.authorized
)],
fields => [
qw(
name date author version status maturity
_source.authorized
)
],
}
);
}
Expand Down
3 changes: 2 additions & 1 deletion t/controller/release.t
Expand Up @@ -136,7 +136,8 @@ sub test_heading_order {
my $heading = 0;

# Boohoo... testing with XPATH :-(
my $xpath_prefix = '//div[@class="content"]/div[contains(@class, "file-group")]';
my $xpath_prefix
= '//div[@class="content"]/div[contains(@class, "file-group")]';
$tx->ok(
"$xpath_prefix/strong",
sub {
Expand Down

0 comments on commit 2336060

Please sign in to comment.