Update leveldb_test.go

This commit is contained in:
topianet
2023-12-29 13:26:31 +01:00
committed by GitHub
parent 66dbb976ea
commit 2cad27ff68

View File

@@ -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()) {