Skip to content

Commit

Permalink
chore: Move mock interest router to test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bingen committed Dec 4, 2024
1 parent 26ff5b2 commit 10d8717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/src/test/TestContracts/Deployment.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import "./TroveManagerTester.t.sol";
import "../../TroveNFT.sol";
import "../../NFTMetadata/MetadataNFT.sol";
import "../../CollateralRegistry.sol";
import "../../MockInterestRouter.sol";
import "./MockInterestRouter.sol";
import "./PriceFeedTestnet.sol";
import "./MetadataDeployment.sol";
import "../../Zappers/WETHZapper.sol";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

pragma solidity 0.8.24;

import "./Interfaces/IInterestRouter.sol";
import "../../Interfaces/IInterestRouter.sol";

contract MockInterestRouter is IInterestRouter {}

0 comments on commit 10d8717

Please sign in to comment.