Skip to content

Commit

Permalink
Add comment to PoolCaller.t.sol regarding in-line forge configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarlycow committed Mar 23, 2024
1 parent 31dca06 commit 6149754
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/PoolCaller.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ contract PoolCallerPCSTest is PoolCallerTest {
super.setUp();
}

// The following functions are overridden trivially so the in-line fuzz configuration is applied.

/// forge-config: default.fuzz.runs = 16
/// forge-config: ci.fuzz.runs = 16
function testFuzz_LiquidityNet(int24 tick) public override {
Expand Down

0 comments on commit 6149754

Please sign in to comment.