-
-
Notifications
You must be signed in to change notification settings - Fork 719
Closed
Description
Can anyone tell, why both of the following expects are failing
const hre = require("hardhat");
const { ethers } = hre;
const { BigNumber, utils } = ethers;
describe("Deploy YDF token and check balance", function () {
it("Deployer balance should be equal to 30K", async function () {
expect(utils.parseEther("1.0")).to.equals(utils.parseEther("1.0"));
expect(BigNumber.from("30000000000000000000000")).to.equals(BigNumber.from("30000000000000000000000"));
});
});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
