Skip to content

Commit e2f95b2

Browse files
committed
fix testBDKClientMockGetTransactions
1 parent 52f78c2 commit e2f95b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BDKSwiftExampleWalletTests/Service/BDKSwiftExampleWalletBDKServiceTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ final class BDKSwiftExampleWalletBDKServiceTests: XCTestCase {
2929

3030
XCTAssertEqual(
3131
transactionDetails.first?.transaction.transactionID,
32-
Transaction.mock?.computeTxid()
32+
Transaction.mock?.transactionID
3333
)
3434
}
3535

0 commit comments

Comments
 (0)