Skip to content

Commit

Permalink
eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
Browse files Browse the repository at this point in the history
  • Loading branch information
saadahmsiddiqui committed Aug 22, 2024
1 parent 187c6f9 commit ceb19c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/evm/src/__test__/fungible.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ describe('Fungible - Fee', () => {
const transfer = await createFungibleAssetTransfer(TRANSFER_PARAMS);
await transfer.getFee();

// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
expect(calculateFee.mock.calls[0][4]).toEqual(
'0x0000000000000000000000000000000000000000000000008ac7230489e80000000000000000000000000000000000000000000000000000000000000000001498729c03c4d5e820f5e8c45558ae07ae63f97461',
);
Expand Down

0 comments on commit ceb19c1

Please sign in to comment.