Navigation Menu

Skip to content

Commit

Permalink
fixed typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 12, 2013
1 parent 0e0e556 commit e6f4477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/mojolicious/exception_lite_app.t
Expand Up @@ -227,9 +227,9 @@ $t->get_ok('/mojo/logo-white.png')->status_is(200)
$t->get_ok('/mojo/noraptor.png')->status_is(200)->content_type_is('image/png');
$t->get_ok('/mojo/notfound.png')->status_is(200)->content_type_is('image/png');
$t->get_ok('/mojo/pinstripe-dark.png')->status_is(200)
->content_type_is('image/gif');
->content_type_is('image/png');
$t->get_ok('/mojo/pinstripe-light.png')->status_is(200)
->content_type_is('image/gif');
->content_type_is('image/png');

done_testing();

Expand Down

0 comments on commit e6f4477

Please sign in to comment.