Skip to content

Commit 991de30

Browse files
chore: minor test update
1 parent ef28c1f commit 991de30

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Tests/web3swiftTests/remoteTests/EIP1559Tests.swift

+2-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ final class EIP1559Tests: XCTestCase {
1919
type: .eip1559,
2020
to: EthereumAddress("0xb47292B7bBedA4447564B8336E4eD1f93735e7C7")!,
2121
chainID: web3.provider.network!.chainID,
22-
value: try XCTUnwrap(Utilities.parseToBigUInt("0.1", units: .ether)),
23-
gasLimit: 21_000
22+
value: try XCTUnwrap(Utilities.parseToBigUInt("0.1", units: .ether))
2423
)
2524
// Vitalik's address
2625
tx.from = EthereumAddress("0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B")!
@@ -35,8 +34,7 @@ final class EIP1559Tests: XCTestCase {
3534
type: .eip1559,
3635
to: EthereumAddress("0xeBec795c9c8bBD61FFc14A6662944748F299cAcf")!,
3736
chainID: web3.provider.network!.chainID,
38-
value: try XCTUnwrap(Utilities.parseToBigUInt("0.1", units: .ether)),
39-
gasLimit: 21_000
37+
value: try XCTUnwrap(Utilities.parseToBigUInt("0.1", units: .ether))
4038
)
4139
// Vitalik's address
4240
tx.from = EthereumAddress("0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B")!

0 commit comments

Comments
 (0)