Skip to content

Commit 0842f35

Browse files
committed
fixed typo
1 parent 3250d72 commit 0842f35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/web3swiftTests/localTests/BIP44Tests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ final class BIP44Tests: XCTestCase {
9696

9797
_ = try await rootNode.derive(path: path, throwOnError: true, transactionChecker: mockTransactionChecker)
9898

99-
XCTFail("Child must not be created usign warns true for the path: \(path)")
99+
XCTFail("Child must not be created using warns true for the path: \(path)")
100100
} catch BIP44Error.warning {
101101
XCTAssertTrue(true)
102102
XCTAssertEqual(mockTransactionChecker.addresses, accountZeroScannedAddresses)
@@ -131,7 +131,7 @@ final class BIP44Tests: XCTestCase {
131131

132132
_ = try await rootNode.derive(path: path, throwOnError: true, transactionChecker: mockTransactionChecker)
133133

134-
XCTFail("Child must not be created usign warns true for the path: \(path)")
134+
XCTFail("Child must not be created using warns true for the path: \(path)")
135135
} catch BIP44Error.warning {
136136
XCTAssertTrue(true)
137137
XCTAssertEqual(mockTransactionChecker.addresses, accountZeroAndOneScannedAddresses)

0 commit comments

Comments
 (0)