Skip to content

Commit

Permalink
fix: linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wei3erHase committed May 14, 2024
1 parent d8bfa19 commit e6a1f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/BPool.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ contract BPool_Unit_SwapExactAmountIn is BasePoolTest, BMath {
_setFinalize(true);
}

function _assumeHappyPath(SwapExactAmountIn_FuzzScenario memory _fuzz) internal view {
function _assumeHappyPath(SwapExactAmountIn_FuzzScenario memory _fuzz) internal pure {
// safe bound assumptions
_fuzz.tokenInDenorm = bound(_fuzz.tokenInDenorm, MIN_WEIGHT, MAX_WEIGHT);
_fuzz.tokenOutDenorm = bound(_fuzz.tokenOutDenorm, MIN_WEIGHT, MAX_WEIGHT);
Expand Down

0 comments on commit e6a1f27

Please sign in to comment.