Skip to content

Commit 7226a79

Browse files
authored
Let's spell should correctly
1 parent 2af0c29 commit 7226a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/web3swiftTests/localTests/EIP1559BlockTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class EIP1559BlockTests: LocalTestCase {
102102

103103
if tuple.is1559 {
104104
XCTAssertTrue(Web3.isEip1559Block(parent: parent, current: current),
105-
"Shoult not fail, got parent: \(parent.gasLimit), current: \(current.gasLimit)")
105+
"Should not fail, got parent: \(parent.gasLimit), current: \(current.gasLimit)")
106106
} else {
107107
XCTAssertFalse(Web3.isEip1559Block(parent: parent, current: current),
108108
"Should fail, got parent: \(parent.gasLimit), current: \(current.gasLimit)")

0 commit comments

Comments
 (0)