Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlymite committed May 6, 2024
1 parent 4d2b070 commit 3244a5b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/utils/BatchTestProcedures.sol
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,7 @@ contract BatchTestProcedures is Test, DeployUtils, FfiUtils, DefaultMarketInput
assertTrue(r.poolConfiguratorImplementation != address(0), 'r.poolConfiguratorImplementation');
assertTrue(r.protocolDataProvider != address(0), 'report.protocolDataProvider');
assertTrue(r.aaveOracle != address(0), 'report.aaveOracle');
assertTrue(
r.defaultInterestRateStrategy != address(0),
'report.defaultInterestRateStrategy'
);
assertTrue(r.defaultInterestRateStrategy != address(0), 'report.defaultInterestRateStrategy');
assertTrue(r.aclManager != address(0), 'report.aclManager');
assertTrue(r.treasury != address(0), 'report.treasury');
assertTrue(r.proxyAdmin != address(0), 'report.proxyAdmin');
Expand Down

0 comments on commit 3244a5b

Please sign in to comment.