Skip to content

Commit

Permalink
Fix path typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSpraggins committed Nov 18, 2024
1 parent 4fa325e commit 1f54339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mocks/MockCCIPDstModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pragma solidity 0.8.27;

import {SafeERC20, IERC20} from "@openzeppelin/token/ERC20/utils/SafeERC20.sol";
import {CCIPReceiverModule} from "@bloom-v2/borrow-modules/cross-chain/CCIPReceiverModule.sol";
import {BloomErrors as Errors} from "@bloom-v2/Helpers/BloomErrors.sol";
import {BloomErrors as Errors} from "@bloom-v2/helpers/BloomErrors.sol";
import {MockAMM} from "./MockAMM.sol";

contract MockCCIPDstModule is CCIPReceiverModule {
Expand Down

0 comments on commit 1f54339

Please sign in to comment.