Skip to content

Commit 02846e2

Browse files
chore: docs for BIP39ArrayTests + renamed file
1 parent 83b4f64 commit 02846e2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Tests/web3swiftTests/localTests/BIP39ArrayTests.swift renamed to Tests/web3swiftTests/localTests/BIP32MnemonicPhraseStringArrayTests.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// BIP39ArrayTests.swift
2+
// BIP32MnemonicPhraseStringArrayTests.swift
33
//
44
//
55
// Created by Daniel Bell on 11/26/22.
@@ -9,7 +9,9 @@ import XCTest
99
@testable import Web3Core
1010
@testable import web3swift
1111

12-
final class BIP39ArrayTests: XCTestCase {
12+
/// This test suite is focused on testing the ability of `BIP32Keystore`
13+
/// to be able to parse and work with mnemonic phrase that is of type `[String]`.
14+
final class BIP32MnemonicPhraseStringArrayTests: XCTestCase {
1315

1416
let mnemonic = ["fruit", "wave", "dwarf", "banana", "earth", "journey", "tattoo", "true", "farm", "silk", "olive", "fence"]
1517

0 commit comments

Comments
 (0)