Skip to content

Commit

Permalink
Fix test description for '/changes/distribution/perl'
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Feb 18, 2015
1 parent 8bc8039 commit 9b11241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/controller/changes.t
Expand Up @@ -23,7 +23,7 @@ test_psgi app, sub {

{
ok( my $res = $cb->( GET '/changes/distribution/perl' ),
'GET /changes/perl' );
'GET /changes/distribution/perl' );
is( $res->code, 200, 'code 200' );
my $tx = tx($res);
$tx->like(
Expand Down

0 comments on commit 9b11241

Please sign in to comment.