summaryrefslogtreecommitdiff
path: root/internal/cli/reset/command_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cli/reset/command_test.go')
-rw-r--r--internal/cli/reset/command_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/cli/reset/command_test.go b/internal/cli/reset/command_test.go
index 00cd046e..1983cc5c 100644
--- a/internal/cli/reset/command_test.go
+++ b/internal/cli/reset/command_test.go
@@ -3,9 +3,9 @@ package reset_test
import (
"testing"
- "github.com/spiral/roadrunner-binary/v2/internal/cli/reset"
+ "github.com/roadrunner-server/roadrunner/v2/internal/cli/reset"
- "github.com/spiral/roadrunner-plugins/v2/config"
+ "github.com/roadrunner-server/config/v2"
"github.com/stretchr/testify/assert"
)