Skip to content

Commit f909a00

Browse files
chore: docs instead of a comment
1 parent 62cd241 commit f909a00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/web3swiftTests/localTests/BIP39Tests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ final class BIP39Tests: XCTestCase {
3131
XCTAssert(seed == recoveredSeed)
3232
}
3333

34-
// https://github.com/trezor/python-mnemonic/blob/master/vectors.json
34+
/// Test cases were borrowed from https://github.com/trezor/python-mnemonic/blob/master/vectors.json
3535
func testBIP39MnemonicIsMultipleOfThree() {
3636
// https://github.com/trezor/python-mnemonic/blob/master/vectors.json#L95
3737
let mnemonic_12 = "scheme spot photo card baby mountain device kick cradle pact join borrow"
@@ -80,7 +80,7 @@ final class BIP39Tests: XCTestCase {
8080
let keystore2 = try BIP32Keystore(mnemonics: mnemonic, password: "", mnemonicsPassword: "")
8181
XCTAssert(keystore1?.addresses?.first == keystore2?.addresses?.first)
8282
}
83-
//====================================================================
83+
8484
func testBIP39Array () throws {
8585
var entropy = Data.fromHex("00000000000000000000000000000000")!
8686
var phrase = BIP39.generateMnemonicsFrom(entropy: entropy)

0 commit comments

Comments
 (0)