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 {
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)
You can’t perform that action at this time.
0 commit comments