Skip to content

Commit

Permalink
fix test t/server/controller/author.t
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed May 5, 2016
1 parent f7fd585 commit 502525a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions t/server/controller/author.t
Expand Up @@ -90,12 +90,11 @@ test_psgi app, sub {
should => [
{
term => {
'release.status' => 'latest'
'status' => 'latest'
}
},
{
term =>
{ 'author.pauseid' => 'DOY' }
term => { 'pauseid' => 'DOY' }
}
]
}
Expand Down

0 comments on commit 502525a

Please sign in to comment.