Skip to content

Commit 3788524

Browse files
chore: renamed BIP39StringTests -> BIP32MnemonicPhraseStringTests
1 parent 02846e2 commit 3788524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/web3swiftTests/localTests/BIP39StringTests.swift renamed to Tests/web3swiftTests/localTests/BIP32MnemonicPhraseStringTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// BIP39StringTests.swift
2+
// BIP32MnemonicPhraseStringTests.swift
33
//
44
//
55
// Created by Daniel Bell on 11/26/22.
@@ -11,7 +11,7 @@ import XCTest
1111

1212
/// This test suite is focused on testing the ability of `BIP32Keystore`
1313
/// to be able to parse and work with mnemonic phrase that is of type `String`.
14-
final class BIP39StringTests: XCTestCase {
14+
final class BIP32MnemonicPhraseStringTests: XCTestCase {
1515

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

0 commit comments

Comments
 (0)