Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kc596 committed Nov 3, 2020
1 parent 7d0d73a commit 5050c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ func TestPoolShutDown(t *testing.T) {
// shutdown after shutdown
pool.ShutDown()
pool.ShutDown()
assert.Zero(panicCount)
assert.Equal(uint32(1), panicCount)
assert.Equal(uint32(1), atomic.LoadUint32(&executed))
}

0 comments on commit 5050c6c

Please sign in to comment.