Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevcs committed May 24, 2024
1 parent fb4b3af commit e8b76d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web3/test/integration/web3.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ describe('Web3 instance', () => {
expect(typeof web3Instance.eth.currentProvider?.disconnect).toBe('function');
});

it('should be able use "utils" ', () => {
it('should be able use "utils"', () => {
web3 = new Web3();

expect(web3.utils.hexToNumber('0x5')).toBe(5);
});

it('should be able use "abi" ', () => {
it('should be able use "abi"', () => {
web3 = new Web3();
const validData = validEncodeParametersData[0];

Expand Down

0 comments on commit e8b76d6

Please sign in to comment.