Skip to content

Commit b2298b3

Browse files
chore: removed force try!
1 parent e629ee9 commit b2298b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/web3swiftTests/localTests/BasicLocalNodeTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class BasicLocalNodeTests: LocalTestCase {
6262
print("Balance before to: " + balanceBeforeTo.description)
6363
print("Balance before from: " + balanceBeforeFrom.description)
6464

65-
let result = try! await sendTx.writeToChain(password: "web3swift")
65+
let result = try await sendTx.writeToChain(password: "web3swift")
6666
let txHash = Data.fromHex(result.hash.stripHexPrefix())!
6767

6868
Thread.sleep(forTimeInterval: 1.0)

0 commit comments

Comments
 (0)