diff options
Diffstat (limited to 'controller_test.go')
-rw-r--r-- | controller_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/controller_test.go b/controller_test.go index d177feda..75b4d33e 100644 --- a/controller_test.go +++ b/controller_test.go @@ -2,10 +2,11 @@ package roadrunner import ( "fmt" - "github.com/stretchr/testify/assert" "runtime" "testing" "time" + + "github.com/stretchr/testify/assert" ) type eWatcher struct { |