diff options
Diffstat (limited to 'pipe_factory_test.go')
-rw-r--r-- | pipe_factory_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pipe_factory_test.go b/pipe_factory_test.go index 14cf1272..378cb637 100644 --- a/pipe_factory_test.go +++ b/pipe_factory_test.go @@ -1,10 +1,11 @@ package roadrunner import ( - "github.com/stretchr/testify/assert" "os/exec" "testing" "time" + + "github.com/stretchr/testify/assert" ) func Test_Pipe_Start(t *testing.T) { |