Skip to content

Commit 43f1e9a

Browse files
committed
complete from assertion
1 parent 316ad9b commit 43f1e9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/web3swiftTests/localTests/TransactionsTests.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,9 +600,8 @@ class TransactionsTests: XCTestCase {
600600
let sut = String(describing: txn)
601601

602602
XCTAssertTrue(sut.contains("Transaction"))
603-
XCTAssertTrue(sut.contains("from: "))
603+
XCTAssertTrue(sut.contains("from: Optional(EthereumAddress\ntype: normal\naddress: 0x9d8A62f656a8d1615C1294fd71e9CFb3E4855A4F\n)\n"))
604604
XCTAssertTrue(sut.contains(#"hash: Optional("0x41dc0cd9b133e0d4e47e269988b0109c966db5220d57e2a7f3cdc6c2f8de6a72")"#))
605-
606605
}
607606

608607
// ***** Legacy Tests *****

0 commit comments

Comments
 (0)