summaryrefslogtreecommitdiff
path: root/pkg/pipe/pipe_factory_spawn_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/pipe/pipe_factory_spawn_test.go')
-rw-r--r--pkg/pipe/pipe_factory_spawn_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/pipe/pipe_factory_spawn_test.go b/pkg/pipe/pipe_factory_spawn_test.go
index 6decedf8..805a24ee 100644
--- a/pkg/pipe/pipe_factory_spawn_test.go
+++ b/pkg/pipe/pipe_factory_spawn_test.go
@@ -116,7 +116,7 @@ func Test_Pipe_Failboot2(t *testing.T) {
assert.Contains(t, err.Error(), "failboot")
}
-func Test_Pipe_Invalid2t(t *testing.T) {
+func Test_Pipe_Invalid2(t *testing.T) {
cmd := exec.Command("php", "../../tests/invalid.php")
w, err := NewPipeFactory().SpawnWorker(cmd)
assert.Error(t, err)