Skip to content

Commit

Permalink
test: try against no fee
Browse files Browse the repository at this point in the history
  • Loading branch information
wei3erHase committed Jul 26, 2024
1 parent ef99415 commit e68d999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/invariants/fuzz/BMath.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ contract FuzzBMath is EchidnaTest {
// assert(tokenAmountIn <= calc_tokenAmountIn);
// }

uint256 FEE_DISCOUNT = 0.5e18;
uint256 FEE_DISCOUNT = 0; // compare against no fee

// calcPoolOutGivenSingleIn * calcSingleOutGivenPoolIn should be equal to calcOutGivenIn
function fuzz_testIndirectSwaps_CalcOutGivenIn(
Expand Down

0 comments on commit e68d999

Please sign in to comment.