diff options
Diffstat (limited to 'server_test.go')
-rw-r--r-- | server_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server_test.go b/server_test.go index 1cab7cd3..2de73e0c 100644 --- a/server_test.go +++ b/server_test.go @@ -191,7 +191,7 @@ func TestServer_ReplacePool(t *testing.T) { } } -func TestServer_HandleServerFailure(t *testing.T) { +func TestServer_ServerFailure(t *testing.T) { mode := "pipes" srv := NewServer( func() *exec.Cmd { return exec.Command("php", "php-src/tests/client.php", "echo", mode) }, |