Skip to content

Commit

Permalink
change back to incorrectly styled functio nname
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Sep 23, 2024
1 parent 311c47d commit 4faa1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/TestUSDCIntegration.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ contract TestUSDCIntegration is Setup {
termStrategy.setTimeToMaturityThreshold(3 weeks);
termStrategy.setRepoTokenConcentrationLimit(1e18);
termStrategy.setRequiredReserveRatio(0);
termStrategy.setDiscountRateMarkup(0);
termStrategy.setdiscountRateMarkup(0);
vm.stopPrank();

// start with some initial funds
Expand Down

0 comments on commit 4faa1d2

Please sign in to comment.