diff options
Diffstat (limited to 'socket_factory_test.go')
-rw-r--r-- | socket_factory_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/socket_factory_test.go b/socket_factory_test.go index abb40f16..330b60a5 100644 --- a/socket_factory_test.go +++ b/socket_factory_test.go @@ -1,11 +1,12 @@ package roadrunner import ( - "github.com/stretchr/testify/assert" "net" "os/exec" "testing" "time" + + "github.com/stretchr/testify/assert" ) func Test_Tcp_Start(t *testing.T) { |