Skip to content

Commit

Permalink
test tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 1, 2012
1 parent 49f2e18 commit a4f039b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/mojo/user_agent_online.t
Expand Up @@ -90,8 +90,8 @@ ok $tx->error, 'has error';
# Host does not exist
$tx = $ua->build_tx(GET => 'http://cdeabcdeffoobarnonexisting.com');
$ua->start($tx);
is $tx->error, "Couldn't connect", 'right error';
ok $tx->is_finished, 'transaction is finished';
is $tx->error, "Couldn't connect", 'right error';

# Fresh user agent again
$ua = Mojo::UserAgent->new;
Expand Down

0 comments on commit a4f039b

Please sign in to comment.