diff options
author | Valery Piashchynski <[email protected]> | 2020-03-03 18:57:52 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-03-03 18:57:52 +0300 |
commit | aa0ba5496c101e41a497285b4e0f4e9f2820b5e7 (patch) | |
tree | dadbacfbbcd99e2306fa0996393b31106a0542bb /static_pool_test.go | |
parent | 9fabf648f1c3cb797ec03377c3e2182397fb7a1a (diff) |
Fix typos
Update signals handling mechanism
http proper stopping
Diffstat (limited to 'static_pool_test.go')
-rw-r--r-- | static_pool_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static_pool_test.go b/static_pool_test.go index 46f0bed8..59822186 100644 --- a/static_pool_test.go +++ b/static_pool_test.go @@ -234,7 +234,7 @@ func Test_StaticPool_AllocateTimeout(t *testing.T) { assert.NoError(t, err) close(done) } else { - t.Fatal("Pool is nil") + panic("Pool is nil") } }() |