Skip to content

Commit

Permalink
test: import Tranched from exact path
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg committed Feb 14, 2024
1 parent b15abff commit c9374a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity >=0.8.22 <0.9.0;

import { SablierV2LockupTranched } from "src/SablierV2lockupTranched.sol";
import { SablierV2LockupTranched } from "../../../../src/SablierV2lockupTranched.sol";

import { LockupTranched_Integration_Concrete_Test } from "./LockupTranched.t.sol";

Expand Down

0 comments on commit c9374a1

Please sign in to comment.