Update transaction_test.go

This commit is contained in:
topianet 2023-12-29 13:27:51 +01:00 committed by GitHub
parent 61c914d250
commit 7206ae0cbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ import (
"strings"
"testing"
"github.com/kaspanet/kaspad/infrastructure/db/database"
"github.com/fabbez/topiad/infrastructure/db/database"
)
func TestTransactionCloseErrors(t *testing.T) {