Skip to content

Commit

Permalink
Adjust plan
Browse files Browse the repository at this point in the history
Per discussion[^1], the adjustment is needed due to PR#179 removing
some redundant tests, while forgetting to adjust the plan.

#179 (comment)
  • Loading branch information
zoffixznet committed Nov 7, 2016
1 parent 21fc586 commit 6b20963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S03-operators/mix.t
@@ -1,7 +1,7 @@
use v6;
use Test;

plan 128;
plan 126;

sub showset($b) { $b.keys.sort.join(' ') }

Expand Down

0 comments on commit 6b20963

Please sign in to comment.