Skip to content

Commit

Permalink
test: Rename test function name
Browse files Browse the repository at this point in the history
  • Loading branch information
bingen committed May 3, 2024
1 parent 59e965b commit f5acb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/test/multicollateral.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ contract MulticollateralTest is DevTestSetup {
_testMultiCollateralRedemption(boldAmount, _spBoldAmount1, _spBoldAmount2, _spBoldAmount3, _spBoldAmount4, _redemptionFraction);
}

function testMultiCollateralRedemptionCrazy() public {
function testMultiCollateralRedemptionMaxSPAmount() public {
uint256 boldAmount = 10000e18;
uint256 minBoldBalance = 1;

Expand Down

0 comments on commit f5acb8f

Please sign in to comment.