Skip to content

Commit

Permalink
fixed small description bug in Test::Mojo
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 11, 2013
1 parent 93179b2 commit 9263835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -7,6 +7,7 @@
- Improved documentation. (jberger, sri)
- Improved tests.
- Fixed a few small timing bugs in Mojo::Server::Daemon.
- Fixed small description bug in Test::Mojo.

3.94 2013-04-08
- Added is_hidden method to Mojolicious::Routes.
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Mojo.pm
Expand Up @@ -205,7 +205,7 @@ sub message_like {

sub message_ok {
my ($self, $desc) = @_;
return $self->_test('ok', !!$self->_wait, $desc, 'message received');
return $self->_test('ok', !!$self->_wait, $desc || 'message received');
}

sub message_unlike {
Expand Down

0 comments on commit 9263835

Please sign in to comment.