diff options
-rw-r--r-- | plugins/server/tests/server_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/server/tests/server_test.go b/plugins/server/tests/server_test.go index 53daa67f..f917df5d 100644 --- a/plugins/server/tests/server_test.go +++ b/plugins/server/tests/server_test.go @@ -7,9 +7,9 @@ import ( "time" "github.com/spiral/endure" - "github.com/spiral/roadrunner/v2/plugins/server" "github.com/spiral/roadrunner/v2/plugins/config" "github.com/spiral/roadrunner/v2/plugins/logger" + "github.com/spiral/roadrunner/v2/plugins/server" "github.com/stretchr/testify/assert" ) |