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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cli/reset/command_test.go b/internal/cli/reset/command_test.go
index 8192ca9c..30e77556 100644
--- a/internal/cli/reset/command_test.go
+++ b/internal/cli/reset/command_test.go
@@ -3,7 +3,7 @@ package reset_test
import (
"testing"
- "github.com/roadrunner-server/roadrunner/v2/internal/cli/reset"
+ "github.com/roadrunner-server/roadrunner/v2023/internal/cli/reset"
"github.com/stretchr/testify/assert"
)