Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
d10r committed Nov 21, 2024
1 parent 94811c6 commit e160f1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pragma solidity ^0.8.23;

import { IConstantFlowAgreementV1 } from "../../../contracts/interfaces/agreements/IConstantFlowAgreementV1.sol";
import { FoundrySuperfluidTester, ISuperToken, SuperTokenV1Library, ISuperfluidPool }
from "../FoundrySuperfluidTester.sol";
from "../FoundrySuperfluidTester.t.sol";

/*
* Note: since libs are used by contracts, not EOAs, do NOT try to use
Expand Down

0 comments on commit e160f1b

Please sign in to comment.