Skip to content

Commit 837a252

Browse files
author
Johnny Wang
authored
tests: t/pipe.t: updated plan tests number.
1 parent 25e9ac8 commit 837a252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/pipe.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use t::TestCore;
44

55
repeat_each(2);
66

7-
plan tests => repeat_each() * (blocks() * 3 + 19) + 2;
7+
plan tests => repeat_each() * (blocks() * 3 + 20) + 2;
88

99
add_block_preprocessor(sub {
1010
my $block = shift;

0 commit comments

Comments
 (0)