summaryrefslogtreecommitdiff
path: root/static_pool_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'static_pool_test.go')
-rw-r--r--static_pool_test.go2
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(),