summaryrefslogtreecommitdiff
path: root/server_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'server_test.go')
-rw-r--r--server_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/server_test.go b/server_test.go
index 2de73e0c..64b240d1 100644
--- a/server_test.go
+++ b/server_test.go
@@ -1,11 +1,11 @@
package roadrunner
import (
- "testing"
"github.com/stretchr/testify/assert"
+ "os/exec"
"runtime"
+ "testing"
"time"
- "os/exec"
)
func TestServer_PipesEcho(t *testing.T) {