Skip to content

Commit 948008a

Browse files
tests: update t/062-count.t.
1 parent 2fe1849 commit 948008a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/062-count.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ worker: 5
251251
ngx.say("n = ", n)
252252
}
253253
--- stream_response
254-
n = 19
254+
n = 21
255255
--- no_error_log
256256
[error]
257257
@@ -312,6 +312,6 @@ n = 13
312312
ngx.say("n = ", n)
313313
}
314314
--- stream_response
315-
n = 19
315+
n = 21
316316
--- no_error_log
317317
[error]

0 commit comments

Comments
 (0)