diff --git a/infrastructure/db/database/ldb/leveldb_test.go b/infrastructure/db/database/ldb/leveldb_test.go index 7920e0909..bb72d3dd0 100644 --- a/infrastructure/db/database/ldb/leveldb_test.go +++ b/infrastructure/db/database/ldb/leveldb_test.go @@ -5,7 +5,7 @@ import ( "reflect" "testing" - "github.com/kaspanet/kaspad/infrastructure/db/database" + "github.com/fabbez/topiad/infrastructure/db/database" ) func prepareDatabaseForTest(t *testing.T, testName string) (ldb *LevelDB, teardownFunc func()) {