summaryrefslogtreecommitdiff
path: root/pipe_factory_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pipe_factory_test.go')
-rw-r--r--pipe_factory_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pipe_factory_test.go b/pipe_factory_test.go
index 97e94487..f09bed31 100644
--- a/pipe_factory_test.go
+++ b/pipe_factory_test.go
@@ -22,7 +22,6 @@ func Test_Pipe_Start(t *testing.T) {
func Test_Pipe_Failboot(t *testing.T) {
cmd := exec.Command("php", "tests/failboot.php")
-
w, err := NewPipeFactory().SpawnWorker(cmd)
assert.Nil(t, w)