Skip to content

Commit 83b4f64

Browse files
chore: added docs to test suite
1 parent 81e1c51 commit 83b4f64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/web3swiftTests/localTests/BIP39StringTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ import XCTest
99
@testable import Web3Core
1010
@testable import web3swift
1111

12-
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`.
1314
final class BIP39StringTests: XCTestCase {
1415

1516
let mnemonic = "fruit wave dwarf banana earth journey tattoo true farm silk olive fence"

0 commit comments

Comments
 (0)