Skip to content

Commit

Permalink
better description for WebSocket test
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 27, 2014
1 parent 23aae00 commit 96699fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Test/Mojo.pm
Expand Up @@ -357,7 +357,7 @@ sub _request_ok {
);
Mojo::IOLoop->start;

my $desc = encode 'UTF-8', "WebSocket $url";
my $desc = encode 'UTF-8', "WebSocket handshake with $url";
return $self->_test('ok', $self->tx->is_websocket, $desc);
}

Expand Down

0 comments on commit 96699fd

Please sign in to comment.