Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Spaceo in conditional text
  • Loading branch information
lizmat committed Apr 28, 2014
1 parent 2db6b29 commit 73c090c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Test/Tap.pm
Expand Up @@ -8,7 +8,7 @@ multi sub tap_ok
($s,$expected,$text,:$sort,:&after-tap,:$timeout is copy = 5,:$live = False)
{
ok $s ~~ Supply, "{$s.^name} appears to be doing Supply";
is $s.live, $live, "Supply appears to {'NOT' unless $live} be live";
is $s.live, $live, "Supply appears to {'NOT ' unless $live}be live";

my @res;
my $done;
Expand Down

0 comments on commit 73c090c

Please sign in to comment.