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 b773e16 commit 81e1c51Copy full SHA for 81e1c51
Tests/web3swiftTests/localTests/BIP39Tests.swift
@@ -81,7 +81,7 @@ final class BIP39Tests: XCTestCase {
81
XCTAssert(keystore1?.addresses?.first == keystore2?.addresses?.first)
82
}
83
84
- func testBIP39Array () throws {
+ func testBIP39Array() throws {
85
var entropy = Data.fromHex("00000000000000000000000000000000")!
86
var phrase = BIP39.generateMnemonicsFrom(entropy: entropy)
87
XCTAssert( phrase == ["abandon", "abandon", "abandon", "abandon", "abandon", "abandon", "abandon", "abandon", "abandon", "abandon", "abandon", "about"])
0 commit comments