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