Skip to content

Commit 316ad9b

Browse files
committed
added hash to test
1 parent f5c38f3 commit 316ad9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/web3swiftTests/localTests/TransactionsTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,8 @@ class TransactionsTests: XCTestCase {
601601

602602
XCTAssertTrue(sut.contains("Transaction"))
603603
XCTAssertTrue(sut.contains("from: "))
604-
XCTAssertTrue(sut.contains("hash: "))
604+
XCTAssertTrue(sut.contains(#"hash: Optional("0x41dc0cd9b133e0d4e47e269988b0109c966db5220d57e2a7f3cdc6c2f8de6a72")"#))
605+
605606
}
606607

607608
// ***** Legacy Tests *****

0 commit comments

Comments
 (0)