diff options
Diffstat (limited to 'service/http/config_test.go')
-rw-r--r-- | service/http/config_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/service/http/config_test.go b/service/http/config_test.go index b806b79b..44c58f35 100644 --- a/service/http/config_test.go +++ b/service/http/config_test.go @@ -1,10 +1,10 @@ package http import ( - "testing" - "os" - "github.com/stretchr/testify/assert" "github.com/spiral/roadrunner" + "github.com/stretchr/testify/assert" + "os" + "testing" "time" ) |