diff options
author | Valery Piashchynski <[email protected]> | 2020-10-20 17:18:34 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-10-20 17:18:34 +0300 |
commit | 4a3a8a1b94ce7a1ff697aee6c4e8a34e3a736195 (patch) | |
tree | 9f0bb8969ce6a00e79e783407c4e2759e01185f9 /static_pool_test.go | |
parent | 66b445471b1e85f77a40d9f426ac5e8e4baa8de8 (diff) |
Update workflows to go 1.15, remove 1.13
Diffstat (limited to 'static_pool_test.go')
-rw-r--r-- | static_pool_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/static_pool_test.go b/static_pool_test.go index e986a9bf..fd237429 100644 --- a/static_pool_test.go +++ b/static_pool_test.go @@ -190,9 +190,7 @@ func Test_StaticPool_Broken_Replace(t *testing.T) { } } }() - res, err := p.ExecWithContext(ctx, Payload{Body: []byte("hello")}) - assert.Error(t, err) assert.Nil(t, res.Context) assert.Nil(t, res.Body) |