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 02846e2 commit 3788524Copy full SHA for 3788524
Tests/web3swiftTests/localTests/BIP39StringTests.swift renamed to Tests/web3swiftTests/localTests/BIP32MnemonicPhraseStringTests.swift
@@ -1,5 +1,5 @@
1
//
2
-// BIP39StringTests.swift
+// BIP32MnemonicPhraseStringTests.swift
3
4
5
// Created by Daniel Bell on 11/26/22.
@@ -11,7 +11,7 @@ import XCTest
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 {
+final class BIP32MnemonicPhraseStringTests: XCTestCase {
15
16
let mnemonic = "fruit wave dwarf banana earth journey tattoo true farm silk olive fence"
17
0 commit comments