mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
minor fixes
This commit is contained in:
parent
c07b4676f5
commit
c549769454
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user