Skip to content

Commit

Permalink
tests: t/stream/process-type-privileged-agent.t: updated test plan fo…
Browse files Browse the repository at this point in the history
…r check leak mode.
  • Loading branch information
jiahao committed Aug 2, 2024
1 parent 8ebb029 commit 3a70fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/stream/process-type-privileged-agent.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use t::TestCore::Stream;

repeat_each(2);

plan tests => repeat_each() * (blocks() * 4) - 2;
plan tests => repeat_each() * (blocks() * 4 - 1);

add_block_preprocessor(sub {
my $block = shift;
Expand Down

0 comments on commit 3a70fc6

Please sign in to comment.