summaryrefslogtreecommitdiff
path: root/internal/rpc/client_test.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-10-14 09:21:18 +0200
committerGitHub <[email protected]>2022-10-14 09:21:18 +0200
commit247597af7eaaf68d28783d92e227c2932088a2e8 (patch)
tree2a9bb8a510b881d0ee87040051c95d55765fcabe /internal/rpc/client_test.go
parent0a483f671252dea760e1a6d7fc90b5cd363d11af (diff)
parentb067e8b126b8b446b6c9c414f553d3a6b31509c1 (diff)
[#1315]: feat: plugins SDK/API update
Diffstat (limited to 'internal/rpc/client_test.go')
-rw-r--r--internal/rpc/client_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rpc/client_test.go b/internal/rpc/client_test.go
index b9465a4b..c74df9cc 100644
--- a/internal/rpc/client_test.go
+++ b/internal/rpc/client_test.go
@@ -5,10 +5,10 @@ import (
"os"
"testing"
+ "github.com/roadrunner-server/config/v3"
"github.com/roadrunner-server/roadrunner/v2/internal/rpc"
"github.com/stretchr/testify/require"
- "github.com/roadrunner-server/config/v2"
"github.com/stretchr/testify/assert"
)