Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZumZoom committed Nov 24, 2022
1 parent 689a22c commit d0aa203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ERC20Pods.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('ERC20Pods', function () {
await wrongPod.setReturnGasBomb(true);
const tx = await erc20Pods.addPod(wrongPod.address);
const receipt = await tx.wait();
expect(receipt.gasUsed).to.be.lt(272123); // 272123 with solidity instead of assembly
expect(receipt.gasUsed).to.be.lt(274166);
expect(await erc20Pods.pods(wallet1.address)).to.have.deep.equals([wrongPod.address]);
});
});

0 comments on commit d0aa203

Please sign in to comment.