Skip to content

Commit

Permalink
remove lib/
Browse files Browse the repository at this point in the history
  • Loading branch information
hexonaut committed Aug 28, 2024
1 parent d4da552 commit 1434e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/integration/AaveV3.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import "./IntegrationBase.t.sol";

import { IERC20 } from "forge-std/interfaces/IERC20.sol";

import { UsdsDeploy, UsdsInstance } from "lib/usds/deploy/UsdsDeploy.sol";
import { UsdsInit } from "lib/usds/deploy/UsdsInit.sol";
import { UsdsDeploy, UsdsInstance } from "usds/deploy/UsdsDeploy.sol";
import { UsdsInit } from "usds/deploy/UsdsInit.sol";

import { D3MOperatorPlan } from "../../plans/D3MOperatorPlan.sol";
import { D3MAaveV3USDSNoSupplyCapTypePool } from "../../pools/D3MAaveV3USDSNoSupplyCapTypePool.sol";
Expand Down

0 comments on commit 1434e47

Please sign in to comment.