diff options
Diffstat (limited to 'internal/cli/stop/command_test.go')
-rw-r--r-- | internal/cli/stop/command_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cli/stop/command_test.go b/internal/cli/stop/command_test.go index 13f01bed..a62ca987 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/v2/internal/cli/stop" + "github.com/roadrunner-server/roadrunner/v2023/internal/cli/stop" "github.com/stretchr/testify/assert" ) |