diff options
author | Valery Piashchynski <[email protected]> | 2022-01-15 15:52:23 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-01-15 15:52:23 +0300 |
commit | 65541b95a6ebc72aef818f1d2e4b0dc721f59e22 (patch) | |
tree | d9dbe5577c72810fadf1f2bc1e5fcee889fda983 /internal/cli/root_test.go | |
parent | 5254c8eb27311e2a8a53a4c90c3829cf1238c563 (diff) |
initial commit
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'internal/cli/root_test.go')
-rw-r--r-- | internal/cli/root_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cli/root_test.go b/internal/cli/root_test.go index 59af9294..28e7d237 100644 --- a/internal/cli/root_test.go +++ b/internal/cli/root_test.go @@ -3,7 +3,7 @@ package cli_test import ( "testing" - "github.com/spiral/roadrunner-binary/v2/internal/cli" + "github.com/roadrunner-server/roadrunner/v2/internal/cli" "github.com/spf13/cobra" "github.com/stretchr/testify/assert" |