We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316ad9b commit 43f1e9aCopy full SHA for 43f1e9a
Tests/web3swiftTests/localTests/TransactionsTests.swift
@@ -600,9 +600,8 @@ class TransactionsTests: XCTestCase {
600
let sut = String(describing: txn)
601
602
XCTAssertTrue(sut.contains("Transaction"))
603
- XCTAssertTrue(sut.contains("from: "))
+ XCTAssertTrue(sut.contains("from: Optional(EthereumAddress\ntype: normal\naddress: 0x9d8A62f656a8d1615C1294fd71e9CFb3E4855A4F\n)\n"))
604
XCTAssertTrue(sut.contains(#"hash: Optional("0x41dc0cd9b133e0d4e47e269988b0109c966db5220d57e2a7f3cdc6c2f8de6a72")"#))
605
-
606
}
607
608
// ***** Legacy Tests *****
0 commit comments