aboutsummaryrefslogtreecommitdiffstats
path: root/core/db/memory_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/db/memory_test.go')
-rw-r--r--core/db/memory_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/db/memory_test.go b/core/db/memory_test.go
index 7160247..f44ea35 100644
--- a/core/db/memory_test.go
+++ b/core/db/memory_test.go
@@ -22,10 +22,10 @@ import (
"os"
"testing"
- "gitlab.com/byzantine-lab/tangerine-consensus/common"
- "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto/dkg"
- "gitlab.com/byzantine-lab/tangerine-consensus/core/types"
"github.com/stretchr/testify/suite"
+ "github.com/tangerine-network/tangerine-consensus/common"
+ "github.com/tangerine-network/tangerine-consensus/core/crypto/dkg"
+ "github.com/tangerine-network/tangerine-consensus/core/types"
)
type MemBackedDBTestSuite struct {