diff options
author | Valery Piashchynski <[email protected]> | 2022-10-14 09:21:18 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-14 09:21:18 +0200 |
commit | 247597af7eaaf68d28783d92e227c2932088a2e8 (patch) | |
tree | 2a9bb8a510b881d0ee87040051c95d55765fcabe /internal/rpc/client_test.go | |
parent | 0a483f671252dea760e1a6d7fc90b5cd363d11af (diff) | |
parent | b067e8b126b8b446b6c9c414f553d3a6b31509c1 (diff) |
[#1315]: feat: plugins SDK/API update
Diffstat (limited to 'internal/rpc/client_test.go')
-rw-r--r-- | internal/rpc/client_test.go | 2 |
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" ) |