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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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