From 7206ae0cbf95264d87d2040f162f05e875773ee7 Mon Sep 17 00:00:00 2001 From: topianet <130279998+fabbez@users.noreply.github.com> Date: Fri, 29 Dec 2023 13:27:51 +0100 Subject: [PATCH] Update transaction_test.go --- infrastructure/db/database/ldb/transaction_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/db/database/ldb/transaction_test.go b/infrastructure/db/database/ldb/transaction_test.go index bf2c9a7a1..e82f11ea9 100644 --- a/infrastructure/db/database/ldb/transaction_test.go +++ b/infrastructure/db/database/ldb/transaction_test.go @@ -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) {