mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
minor fix
This commit is contained in:
parent
872e8968a3
commit
51dac79ae9
|
@ -167,7 +167,7 @@ describe("Swap | Avalanche", function () {
|
||||||
"0xd586E7F844cEa2F87f50152665BCbc2C279D8d70" // usdt address
|
"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"));
|
expect(await ethers.provider.getBalance(dsaWallet0.address)).to.be.lte(ethers.utils.parseEther("9"));
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user