diff options
author | Wolfy-J <[email protected]> | 2018-06-14 22:56:19 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-14 22:56:19 +0300 |
commit | 082c329d9dc84453a02693119d954f60a4792b11 (patch) | |
tree | a2e2279576c84a157c278869ee84d9f8f42b7c20 /static_pool_test.go | |
parent | 5fef5b06e6261bc7c133380ef8b5bc8e63ac9fbe (diff) |
fmt
Diffstat (limited to 'static_pool_test.go')
-rw-r--r-- | static_pool_test.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/static_pool_test.go b/static_pool_test.go index 231bc71b..548fb126 100644 --- a/static_pool_test.go +++ b/static_pool_test.go @@ -2,13 +2,13 @@ package roadrunner import ( "github.com/stretchr/testify/assert" + "log" "os/exec" "runtime" "strconv" + "sync" "testing" "time" - "sync" - "log" ) var cfg = Config{ @@ -266,7 +266,6 @@ func Test_StaticPool_Replace_Worker(t *testing.T) { } } - // identical to replace but controlled on worker side func Test_StaticPool_Stop_Worker(t *testing.T) { p, err := NewPool( |