Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaSethi committed Dec 31, 2024
1 parent 1662f90 commit 414c76e
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,7 @@ contract AaveV3Base_GHOBaseListing_20241223_Stewards is AaveV3Base_GHOBaseListin
variableRateSlope2: 65_00
});

assertEq(
irStrategy.getInterestRateDataBps(address(GHO_TOKEN)),
currentRateData,
'currentRateData'
);
assertEq(irStrategy.getInterestRateDataBps(address(GHO_TOKEN)), currentRateData);

currentRateData.variableRateSlope1 -= 10_00;
currentRateData.variableRateSlope2 -= 42_00;
Expand Down

0 comments on commit 414c76e

Please sign in to comment.