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 e9fc109 commit 8483827Copy full SHA for 8483827
Tests/web3swiftTests/localTests/TransactionsTests.swift
@@ -467,7 +467,7 @@ class TransactionsTests: XCTestCase {
467
// check that the transaction type is eip1559
468
XCTAssertEqual(jsonTxn.type, .eip1559, "Transaction Type Mismatch")
469
// check the hash, if they match everything was parsed, and re-encoded correctly
470
- XCTAssertEqual(jsonTxn.hash!.toHexString().addHexPrefix(), vector.hash, "Transaction Hash Mismatch Shoult")
+ XCTAssertEqual(jsonTxn.hash!.toHexString().addHexPrefix(), vector.hash, "Transaction Hash Mismatch")
471
// check that we recovered the address correctly
472
XCTAssertEqual(jsonTxn.sender!.address, expectedAddress.address, "Recovered Address Mismatch")
473
} catch {
0 commit comments