Skip to content

Commit 81e1c51

Browse files
chore: spacing fix
1 parent b773e16 commit 81e1c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/web3swiftTests/localTests/BIP39Tests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ final class BIP39Tests: XCTestCase {
8181
XCTAssert(keystore1?.addresses?.first == keystore2?.addresses?.first)
8282
}
8383

84-
func testBIP39Array () throws {
84+
func testBIP39Array() throws {
8585
var entropy = Data.fromHex("00000000000000000000000000000000")!
8686
var phrase = BIP39.generateMnemonicsFrom(entropy: entropy)
8787
XCTAssert( phrase == ["abandon", "abandon", "abandon", "abandon", "abandon", "abandon", "abandon", "abandon", "abandon", "abandon", "abandon", "about"])

0 commit comments

Comments
 (0)