diff options
Diffstat (limited to 'config_test.go')
-rw-r--r-- | config_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config_test.go b/config_test.go index e51cb2c4..41e2059d 100644 --- a/config_test.go +++ b/config_test.go @@ -1,9 +1,10 @@ package roadrunner import ( - "github.com/stretchr/testify/assert" "testing" "time" + + "github.com/stretchr/testify/assert" ) func Test_NumWorkers(t *testing.T) { |