diff options
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 0259bc33..1e4906a5 100644 --- a/static_pool_test.go +++ b/static_pool_test.go @@ -371,7 +371,7 @@ func Test_Static_Pool_Handle_Dead(t *testing.T) { } // identical to replace but controlled on worker side -func Test_Static_Pool_Slow_Destory(t *testing.T) { +func Test_Static_Pool_Slow_Destroy(t *testing.T) { p, err := NewPool( func() *exec.Cmd { return exec.Command("php", "tests/slow-destroy.php", "echo", "pipes") }, NewPipeFactory(), |