Skip to content

Commit

Permalink
Fix test description
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Ramberg committed Jun 15, 2016
1 parent 026346d commit 3394000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/mojo/url.t
Expand Up @@ -20,7 +20,7 @@ is $url->scheme, 'https', 'right scheme';
is $url->protocol, 'https', 'right protocol';
is $url->userinfo, 'sri:foobar', 'right userinfo';
is $url->username, 'sri', 'right username';
is $url->password, 'foobar', 'right username';
is $url->password, 'foobar', 'right password';
is $url->host, 'example.com', 'right host';
is $url->port, '8080', 'right port';
is $url->authority, 'sri:foobar@example.com:8080', 'right authority';
Expand Down

0 comments on commit 3394000

Please sign in to comment.