File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
packages/libs/contracts-sdk/test/fees Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ import {FeeUtils} from "../../contracts/fees/FeeUtils.sol";
1515import {OwnershipFacet} from "../../contracts/diamond-base/facets/OwnershipFacet.sol " ;
1616
1717import {USDC} from "../ABIs/USDC.sol " ;
18- import { IPool } from "@aave-dao/aave-v3-origin/src/contracts/interfaces/IPool.sol " ;
19- import { ERC20 } from "@openzeppelin/contracts/token/ERC20/ERC20.sol " ;
18+ import {IPool} from "@aave-dao/aave-v3-origin/src/contracts/interfaces/IPool.sol " ;
19+ import {ERC20 } from "@openzeppelin/contracts/token/ERC20/ERC20.sol " ;
2020
2121contract FeeForkTest is Test {
2222 address owner;
@@ -117,8 +117,6 @@ contract FeeForkTest is Test {
117117 console.log ("expectedTotalWithdrawl - aka the aTokens in the fee contract after 1 week " , expectedTotalWithdrawl);
118118 assertGt (expectedTotalWithdrawl, feeContractAaveTokens);
119119
120-
121-
122120 // now, do the withdrawal
123121 vm.startPrank (APP_USER_ALICE);
124122 aavePerfFeeFacet.withdrawFromAave (REAL_USDC);
@@ -164,5 +162,4 @@ contract FeeForkTest is Test {
164162 tokensWithCollectedFees = feeAdminFacet.tokensWithCollectedFees ();
165163 assertEq (tokensWithCollectedFees.length , 0 );
166164 }
167-
168165}
You can’t perform that action at this time.
0 commit comments