summaryrefslogtreecommitdiff
path: root/server_config_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'server_config_test.go')
-rw-r--r--server_config_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/server_config_test.go b/server_config_test.go
index c88f9082..4dae7550 100644
--- a/server_config_test.go
+++ b/server_config_test.go
@@ -1,9 +1,10 @@
package roadrunner
import (
- "github.com/stretchr/testify/assert"
"testing"
"time"
+
+ "github.com/stretchr/testify/assert"
)
func Test_ServerConfig_PipeFactory(t *testing.T) {