summaryrefslogtreecommitdiff
path: root/internal/rpc/client_test.go
diff options
context:
space:
mode:
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"
)