summaryrefslogtreecommitdiff
path: root/plugins/server/tests
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-16 15:42:02 +0300
committerValery Piashchynski <[email protected]>2020-11-16 15:42:02 +0300
commit38f6925db27dd94cfbca873901bf932ed1456906 (patch)
treeeb8a9a4e4717fb4cd6c971b5ce67c53b5f6a0f8c /plugins/server/tests
parenteba447f39dfe085ece9bb50f26c2d1c6db9b1d89 (diff)
Apply golangci linters warning fixes
Diffstat (limited to 'plugins/server/tests')
-rw-r--r--plugins/server/tests/server_test.go2
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"
)