From c54976945413ee59363ef4b353cc6270f90517da Mon Sep 17 00:00:00 2001 From: pradyuman-verma Date: Thu, 24 Mar 2022 01:13:10 +0530 Subject: [PATCH] minor fixes --- test/mainnet/compound-import/compound-import.test.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/test/mainnet/compound-import/compound-import.test.ts b/test/mainnet/compound-import/compound-import.test.ts index 10d082a8..3646de7a 100644 --- a/test/mainnet/compound-import/compound-import.test.ts +++ b/test/mainnet/compound-import/compound-import.test.ts @@ -132,13 +132,7 @@ describe("Import Compound", function () { const wallets = provider.getWallets(); 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 () => { await hre.network.provider.request({ method: "hardhat_reset",