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