Skip to content

Commit

Permalink
update balance
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Jan 16, 2024
1 parent 274ed14 commit 2fd9ca8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/web3/test/e2e/get_balance.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ describe(`${getSystemTestBackend()} tests - getBalance`, () => {
'pending',
'safe',
'finalized',
'blockHash',
'blockNumber',
],
format: [FMT_NUMBER.BIGINT, FMT_NUMBER.HEX, FMT_NUMBER.STR],
Expand All @@ -85,7 +84,7 @@ describe(`${getSystemTestBackend()} tests - getBalance`, () => {
expect(result).toBe(expectedBalance);
break;
case 'NUMBER_BIGINT':
// eslint-disable-next-line jest/no-conditional-expect
// eslint-dgit cisable-next-line jest/no-conditional-expect
expect(result).toBe(BigInt(expectedBalance));
break;
default:
Expand Down

0 comments on commit 2fd9ca8

Please sign in to comment.