Skip to content

Commit ef551a4

Browse files
committed
fixed test count
1 parent 10b7508 commit ef551a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/balancer.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use t::TestCore;
99

1010
repeat_each(2);
1111

12-
plan tests => repeat_each() * (blocks() * 4 + 5);
12+
plan tests => repeat_each() * (blocks() * 4 + 3);
1313

1414
$ENV{TEST_NGINX_LUA_PACKAGE_PATH} = "$t::TestCore::lua_package_path";
1515

0 commit comments

Comments
 (0)