Skip to content

Commit b773e16

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/web3swiftTests/localTests/BIP39Tests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ final class BIP39Tests: XCTestCase {
101101
XCTAssert(seed == recoveredSeed)
102102
}
103103

104-
// https://github.com/trezor/python-mnemonic/blob/master/vectors.json
104+
/// Test cases were borrowed from https://github.com/trezor/python-mnemonic/blob/master/vectors.json
105105
func testBIP39MnemonicIsMultipleOfThreeArray() {
106106
// https://github.com/trezor/python-mnemonic/blob/master/vectors.json#L95
107107
let mnemonic_12 = ["scheme", "spot", "photo", "card", "baby", "mountain", "device", "kick", "cradle", "pact", "join", "borrow"]

0 commit comments

Comments
 (0)