diff options
Diffstat (limited to 'static_pool_test.go')
-rw-r--r-- | static_pool_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/static_pool_test.go b/static_pool_test.go index fd2827cc..1f185f58 100644 --- a/static_pool_test.go +++ b/static_pool_test.go @@ -205,7 +205,6 @@ func Test_StaticPool_Broken_FromOutside(t *testing.T) { if err != nil { t.Errorf("error killing the process: error %v", err) } - <-destructed for _, w := range p.Workers() { |