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/debug | |
parent | 5254c8eb27311e2a8a53a4c90c3829cf1238c563 (diff) |
initial commit
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'internal/debug')
-rw-r--r-- | internal/debug/server_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/debug/server_test.go b/internal/debug/server_test.go index d2e1f9f0..37df0636 100644 --- a/internal/debug/server_test.go +++ b/internal/debug/server_test.go @@ -9,7 +9,7 @@ import ( "testing" "time" - "github.com/spiral/roadrunner-binary/v2/internal/debug" + "github.com/roadrunner-server/roadrunner/v2/internal/debug" "github.com/stretchr/testify/assert" ) |