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 2af0c29 commit 7226a79Copy full SHA for 7226a79
Tests/web3swiftTests/localTests/EIP1559BlockTests.swift
@@ -102,7 +102,7 @@ class EIP1559BlockTests: LocalTestCase {
102
103
if tuple.is1559 {
104
XCTAssertTrue(Web3.isEip1559Block(parent: parent, current: current),
105
- "Shoult not fail, got parent: \(parent.gasLimit), current: \(current.gasLimit)")
+ "Should not fail, got parent: \(parent.gasLimit), current: \(current.gasLimit)")
106
} else {
107
XCTAssertFalse(Web3.isEip1559Block(parent: parent, current: current),
108
"Should fail, got parent: \(parent.gasLimit), current: \(current.gasLimit)")
0 commit comments