Skip to content

Commit

Permalink
to be optimised
Browse files Browse the repository at this point in the history
  • Loading branch information
evelinemolnar committed Sep 16, 2024
1 parent 9de28c9 commit 5f5e808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Safe.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ describe("ERC20Safe", function () {

let receipt = await depositResp.wait();

//expect(receipt.gasUsed).to.be.lt(400000); // AssertionError: expected 927401 to be below 400000.
expect(receipt.gasUsed).to.be.lt(1000000);
}
});
});
Expand Down

0 comments on commit 5f5e808

Please sign in to comment.