Skip to content

Commit

Permalink
fix:rebase onto feature
Browse files Browse the repository at this point in the history
  • Loading branch information
leeftk committed Dec 17, 2024
1 parent c3fbdf8 commit 197a65a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/modules/paymentProcessor/PP_Connext_Bridge.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import {
import {OZErrors} from "test/utils/errors/OZErrors.sol";
import {ICrossChainBase_v1} from
"src/modules/paymentProcessor/interfaces/ICrosschainBase_v1.sol";
import {CrosschainBase_v1} from
"src/modules/paymentProcessor/abstracts/CrosschainBase_v1.sol";
import {CrossChainBase_v1} from
"src/modules/paymentProcessor/abstracts/CrossChainBase_v1.sol";
//External Dependencies
import {Clones} from "@oz/proxy/Clones.sol";

Expand Down

0 comments on commit 197a65a

Please sign in to comment.