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 81e1c51 commit 83b4f64Copy full SHA for 83b4f64
Tests/web3swiftTests/localTests/BIP39StringTests.swift
@@ -9,7 +9,8 @@ import XCTest
9
@testable import Web3Core
10
@testable import web3swift
11
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 BIP39StringTests: XCTestCase {
15
16
let mnemonic = "fruit wave dwarf banana earth journey tattoo true farm silk olive fence"
0 commit comments