minor fix

This commit is contained in:
Richa-iitr 2022-06-05 08:30:59 +05:30
parent 872e8968a3
commit 51dac79ae9

View File

@ -167,7 +167,7 @@ describe("Swap | Avalanche", function () {
"0xd586E7F844cEa2F87f50152665BCbc2C279D8d70" // usdt address
);
expect(await usdtToken.balanceOf(dsaWallet0.address)).to.be.gte(buyTokenAmountZeroX);
expect(await usdtToken.balanceOf(dsaWallet0.address)).to.be.gte(buyTokenAmountParaswap);
expect(await ethers.provider.getBalance(dsaWallet0.address)).to.be.lte(ethers.utils.parseEther("9"));
});
});