Skip to content

Commit

Permalink
fix: failing swap-erc20-fee-proxy unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadogg80 committed Feb 4, 2022
1 parent 2fa596e commit b58f30e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -195,7 +195,7 @@ describe('swap-erc20-fee-proxy', () => {
// Check each balance
expect(BigNumber.from(balanceEthBefore).sub(balanceEthAfter).toNumber()).toBeGreaterThan(0);
expect(BigNumber.from(balanceAlphaAfter).toString()).toEqual(
BigNumber.from(balanceAlphaBefore).sub(204).toString(),
BigNumber.from(balanceAlphaBefore).sub(205).toString(),
);
expect(BigNumber.from(issuerBalanceErc20After).toString()).toEqual(
BigNumber.from(issuerBalanceErc20Before).add(100).toString(),
Expand Down

0 comments on commit b58f30e

Please sign in to comment.