We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74c20c commit 25be280Copy full SHA for 25be280
Tests/web3swiftTests/localTests/TransactionsTests.swift
@@ -670,7 +670,6 @@ class TransactionsTests: XCTestCase {
670
func testGenerateDummyKeystore() throws {
671
let keystore = try! EthereumKeystoreV3.init(password: "web3swift")
672
let dump = try! keystore!.serialize()
673
- let jsonString = String.init(data: dump!, encoding: .ascii)
674
-
+ XCTAssertNotNil(String(data: dump!, encoding: .ascii))
675
}
676
0 commit comments