Skip to content

Commit

Permalink
Head works in a totally different way, reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Nov 28, 2022
1 parent b2e11e5 commit 8a3247e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/01-operation.t
Expand Up @@ -7,11 +7,11 @@ use WWW;

plan 4;

for &get, &jget, &post, &jpost -> &s {
for &get, &jget, &post, &jpost -> &op {
CATCH {
ok $_, "Fails OK";
}
my $res := s 'party';
my $res := op 'party';
isa-ok $res, Failure,
'failure to resolve host does not throw, but fails';
}

0 comments on commit 8a3247e

Please sign in to comment.