Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 00e231e

Browse files
tests: lint issues
1 parent 596224c commit 00e231e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/web3-eth/src/utils/decode_signed_transaction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ import {
2222
} from 'web3-types';
2323
import { bytesToHex, format, hexToBytes, keccak256 } from 'web3-utils';
2424
import { TransactionFactory } from 'web3-eth-accounts';
25+
import { ValidationSchemaInput } from 'web3-validator';
2526
import { detectRawTransactionType } from './detect_transaction_type.js';
2627
import { formatTransaction } from './format_transaction.js';
27-
import { ValidationSchemaInput } from 'web3-validator';
2828

2929
/**
3030
* Decodes an [RLP](https://ethereum.org/en/developers/docs/data-structures-and-encoding/rlp/#top) encoded transaction.

packages/web3-eth/test/unit/format_transaction.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ describe('formatTransaction', () => {
131131
},
132132
},
133133
}).feeCurrency,
134-
).not.toBeUndefined();
134+
).toBeDefined();
135135
});
136136
});

0 commit comments

Comments
 (0)