Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnoW committed Aug 8, 2022
1 parent d413073 commit 167ab16
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/evmUtils/src/dataTypes/Erc20Value/Erc20Value.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,4 @@ describe('Erc20Value', () => {
expect(tokenA.equals(tokenC)).toBe(false);
});
});

// it('should parse the amount to a bignumber', () => {
// const erc20Value = Erc20Value.create(ONE_QUINTILION);

// expect(erc20Value.amount.toDecimal(18)).toBe(1000);
// });
});

0 comments on commit 167ab16

Please sign in to comment.