Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

Commit 41e4745

Browse files
committed
fix: supervisor_test with remove workers
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
1 parent 8ec5f75 commit 41e4745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pool/static_pool/supervisor_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ func Test_SupervisedPool_RemoveNoWorkers(t *testing.T) {
174174
assert.NoError(t, p.RemoveWorker(ctx))
175175
}
176176

177-
assert.Len(t, p.Workers(), 0)
177+
assert.Len(t, p.Workers(), 1)
178178
p.Destroy(ctx)
179179
}
180180

0 commit comments

Comments
 (0)