diff options
Diffstat (limited to 'internal/guide/guide_test.go')
-rw-r--r-- | internal/guide/guide_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/guide/guide_test.go b/internal/guide/guide_test.go index 1eeecc6b7..b0b064a07 100644 --- a/internal/guide/guide_test.go +++ b/internal/guide/guide_test.go @@ -30,8 +30,8 @@ import ( "testing" "time" - "github.com/dexon-foundation/dexon/accounts/keystore" - "github.com/dexon-foundation/dexon/core/types" + "github.com/tangerine-network/go-tangerine/accounts/keystore" + "github.com/tangerine-network/go-tangerine/core/types" ) // Tests that the account management snippets work correctly. |