Skip to content

Commit 13bac57

Browse files
pharms-ethJeneaVranceanu
authored andcommitted
adjust helpers
1 parent 9fc1508 commit 13bac57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/web3swiftTests/localTests/LocalTestCase.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class LocalTestCase: XCTestCase {
3030
writeTX.transaction.value = value
3131
let policies = Policies(gasLimitPolicy: .manual(78423), gasPricePolicy: .manual(20000000000))
3232
for _ in block..<25 {
33-
_ = try! await writeTX.writeToChain(password: "", policies: policies)
33+
_ = try! await writeTX.writeToChain(password: "", policies: policies, sendRaw: false)
3434
}
3535
}
3636
}

0 commit comments

Comments
 (0)