summaryrefslogtreecommitdiff
path: root/static_pool_test.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-09-23 15:47:55 +0300
committerWolfy-J <[email protected]>2018-09-23 15:47:55 +0300
commit0d826d29d27cdc83766ceb60c33444603f67ade1 (patch)
tree0bb3af3528481af163d331104bd672bfc2794117 /static_pool_test.go
parentd208fa427bedeed367be4bab6d5285eb0a8984fb (diff)
task wait group protection added
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(),