Skip to content

Commit

Permalink
Merge branch 'dev' into test/joinswap-extern-amount-in-happy-path
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAustrian committed May 15, 2024
2 parents 8e344cb + 8c76c6c commit afe79f9
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 @@ -746,7 +746,7 @@ contract BPool_Unit_SwapExactAmountOut is BasePoolTest {
_setFinalize(true);
}

function _assumeHappyPath(SwapExactAmountOut_FuzzScenario memory _fuzz) internal view {
function _assumeHappyPath(SwapExactAmountOut_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 afe79f9

Please sign in to comment.