Skip to content

Commit 39ca27a

Browse files
tests: fixed t/062-count.t.
1 parent c6d1184 commit 39ca27a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 = 21
254+
n = 22
255255
--- no_error_log
256256
[error]
257257
@@ -312,6 +312,6 @@ n = 13
312312
ngx.say("n = ", n)
313313
}
314314
--- stream_response
315-
n = 21
315+
n = 22
316316
--- no_error_log
317317
[error]

0 commit comments

Comments
 (0)