Skip to content

Commit 5e1dd2c

Browse files
pharms-ethJeneaVranceanu
authored andcommitted
fix another test for deploy changes
1 parent 2213fd0 commit 5e1dd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/web3swiftTests/localTests/TransactionsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ class TransactionsTests: XCTestCase {
638638
writeTX.transaction.from = from
639639
writeTX.transaction.value = value!
640640
let policies = Policies(gasLimitPolicy: .manual(78423))
641-
let result = try await writeTX.writeToChain(password: "", policies: policies)
641+
let result = try await writeTX.writeToChain(password: "", policies: policies, sendRaw: false)
642642
let txHash = Data.fromHex(result.hash.stripHexPrefix())!
643643
print("Transaction with hash ", txHash)
644644

0 commit comments

Comments
 (0)