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