File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Tests/web3swiftTests/localTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ final class BIP44Tests: XCTestCase {
96
96
97
97
_ = try await rootNode. derive ( path: path, throwOnError: true , transactionChecker: mockTransactionChecker)
98
98
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) " )
100
100
} catch BIP44Error . warning {
101
101
XCTAssertTrue ( true )
102
102
XCTAssertEqual ( mockTransactionChecker. addresses, accountZeroScannedAddresses)
@@ -131,7 +131,7 @@ final class BIP44Tests: XCTestCase {
131
131
132
132
_ = try await rootNode. derive ( path: path, throwOnError: true , transactionChecker: mockTransactionChecker)
133
133
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) " )
135
135
} catch BIP44Error . warning {
136
136
XCTAssertTrue ( true )
137
137
XCTAssertEqual ( mockTransactionChecker. addresses, accountZeroAndOneScannedAddresses)
You can’t perform that action at this time.
0 commit comments