minor fixes

This commit is contained in:
pradyuman-verma 2022-03-24 01:13:10 +05:30
parent c07b4676f5
commit c549769454
No known key found for this signature in database
GPG Key ID: E36FD6BC8923221F

View File

@ -132,13 +132,7 @@ describe("Import Compound", function () {
const wallets = provider.getWallets(); const wallets = provider.getWallets();
const [wallet0, wallet1, wallet2, wallet3] = wallets; const [wallet0, wallet1, wallet2, wallet3] = wallets;
let snapshot: any;
// this.beforeAll(async () => {
// snapshot = await ethers.provider.send("evm_snapshot", []);
// });
// this.afterAll(async () => {
// snapshot = await ethers.provider.send("evm_revert", [snapshot]);
// });
before(async () => { before(async () => {
await hre.network.provider.request({ await hre.network.provider.request({
method: "hardhat_reset", method: "hardhat_reset",