summaryrefslogtreecommitdiff
path: root/internal/cli/stop/command_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cli/stop/command_test.go')
-rw-r--r--internal/cli/stop/command_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cli/stop/command_test.go b/internal/cli/stop/command_test.go
index a62ca987..0e3ae0b6 100644
--- a/internal/cli/stop/command_test.go
+++ b/internal/cli/stop/command_test.go
@@ -3,7 +3,7 @@ package stop_test
import (
"testing"
- "github.com/roadrunner-server/roadrunner/v2023/internal/cli/stop"
+ "github.com/roadrunner-server/roadrunner/v2024/internal/cli/stop"
"github.com/stretchr/testify/assert"
)