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 f5c38f3 commit 316ad9bCopy full SHA for 316ad9b
Tests/web3swiftTests/localTests/TransactionsTests.swift
@@ -601,7 +601,8 @@ class TransactionsTests: XCTestCase {
601
602
XCTAssertTrue(sut.contains("Transaction"))
603
XCTAssertTrue(sut.contains("from: "))
604
- XCTAssertTrue(sut.contains("hash: "))
+ XCTAssertTrue(sut.contains(#"hash: Optional("0x41dc0cd9b133e0d4e47e269988b0109c966db5220d57e2a7f3cdc6c2f8de6a72")"#))
605
+
606
}
607
608
// ***** Legacy Tests *****
0 commit comments