Skip to content

Commit 8483827

Browse files
fix: removed explicitly inserted typo that was intended only for testing
1 parent e9fc109 commit 8483827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/web3swiftTests/localTests/TransactionsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ class TransactionsTests: XCTestCase {
467467
// check that the transaction type is eip1559
468468
XCTAssertEqual(jsonTxn.type, .eip1559, "Transaction Type Mismatch")
469469
// 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")
470+
XCTAssertEqual(jsonTxn.hash!.toHexString().addHexPrefix(), vector.hash, "Transaction Hash Mismatch")
471471
// check that we recovered the address correctly
472472
XCTAssertEqual(jsonTxn.sender!.address, expectedAddress.address, "Recovered Address Mismatch")
473473
} catch {

0 commit comments

Comments
 (0)