Skip to content

Commit e1cefd1

Browse files
committed
T
1 parent 40fed68 commit e1cefd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/DeploylessPredeployQueryer.t.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,13 @@ contract DeploylessPredeployQueryerTest is SoladyTest {
124124
}
125125

126126
function testTargetGenerate() public {
127+
vm.pauseGasMetering();
127128
Target target = new Target();
128129
for (uint256 i; i < 16; ++i) {
129130
bytes memory seed = _randomBytes();
130131
assertEq(target.generate(seed), RandomBytesGeneratorLib.generate(seed));
131132
}
133+
vm.resumeGasMetering();
132134
}
133135

134136
function testPredeployQueryer(bytes32 salt) public {

0 commit comments

Comments
 (0)