We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b15a1 commit f837686Copy full SHA for f837686
t/067-req-socket.t
@@ -4,7 +4,7 @@ use Test::Nginx::Socket::Lua::Stream;
4
5
repeat_each(2);
6
7
-plan tests => repeat_each() * (blocks() * 3 + 1) + 16;
+plan tests => repeat_each() * (blocks() * 3 + 9);
8
9
our $HtmlDir = html_dir;
10
t/068-socket-keepalive.t
@@ -2,7 +2,7 @@
2
3
use Test::Nginx::Socket::Lua::Stream;
-plan tests => repeat_each() * (blocks() * 4) + 32;
+plan tests => repeat_each() * (blocks() * 4 + 32);
0 commit comments