Skip to content

Commit 6b69769

Browse files
pharms-ethJeneaVranceanu
authored andcommitted
attempt test fix
1 parent ff05502 commit 6b69769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/web3swiftTests/localTests/AdvancedABIv2Tests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class AdvancedABIv2Tests: LocalTestCase {
132132
let deployTx = contract.prepareDeploy(bytecode: bytecode, parameters: parameters)!
133133
deployTx.transaction.from = allAddresses[0]
134134
let policies = Policies(gasLimitPolicy: .manual(3000000))
135-
let result = try await deployTx.writeToChain(password: "web3swift", policies: policies)
135+
let result = try await deployTx.writeToChain(password: "web3swift", policies: policies, sendRaw: false)
136136
let txHash = result.hash.stripHexPrefix()
137137

138138
Thread.sleep(forTimeInterval: 1.0)

0 commit comments

Comments
 (0)