Skip to content

Commit

Permalink
fix: tests after default value for scale change
Browse files Browse the repository at this point in the history
  • Loading branch information
kosecki123 committed May 21, 2024
1 parent 4857013 commit 57c38e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/FlatFeeCalculatorFuzzy/FlatFeeCalculator.fuzzy.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ contract FlatFeeCalculatorTestFuzzy is Test {
uint256[] memory feeShares = new uint256[](1);
feeShares[0] = 100;
feeCalculator.feeSetup(recipients, feeShares);
feeCalculator.setFeeToUnderlyingDecimalsScale(1);
}

function testFeeSetupEmpty() public {
Expand Down

0 comments on commit 57c38e9

Please sign in to comment.