diff options
author | Valery Piashchynski <[email protected]> | 2020-03-05 00:17:12 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-05 00:17:12 +0300 |
commit | a208e27c9d8f4558328c3931c960f155a02e786f (patch) | |
tree | b8cf0f38029ba9fdb234bfed273c47b77ad7a12e /static_pool_test.go | |
parent | 9fabf648f1c3cb797ec03377c3e2182397fb7a1a (diff) | |
parent | 082d49a7c9825038b587d3333a09dab41025a138 (diff) |
Merge pull request #265 from spiral/listen_unix_sockets
Signals, typos, concurrency update
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") } }() |