We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568fc76 commit 769e39fCopy full SHA for 769e39f
t/pipe.t
@@ -4,7 +4,7 @@ use t::TestCore;
4
5
repeat_each(2);
6
7
-plan tests => repeat_each() * (blocks() * 3 + 20);
+plan tests => repeat_each() * (blocks() * 3 + 19) + 2;
8
9
add_block_preprocessor(sub {
10
my $block = shift;
0 commit comments