Skip to content

Commit

Permalink
chore: remove useless test struct
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Oct 17, 2024
1 parent 4b95237 commit fb7a3ba
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/helpers/ForkTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@ contract ForkTest is BaseTest, Configured {
using ReserveDataTestLib for DataTypes.ReserveData;
using ReserveConfiguration for DataTypes.ReserveConfigurationMap;

/* STRUCTS */

struct StableDebtSupplyData {
uint256 currPrincipalStableDebt;
uint256 currTotalStableDebt;
uint256 currAvgStableBorrowRate;
uint40 stableDebtLastUpdateTimestamp;
}

/* CONSTANTS */

address internal constant POOL_ADMIN = address(0xB055);
Expand Down

0 comments on commit fb7a3ba

Please sign in to comment.