summaryrefslogtreecommitdiff
path: root/config_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'config_test.go')
-rw-r--r--config_test.go3
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) {