Skip to content

Commit

Permalink
fix path for lib
Browse files Browse the repository at this point in the history
  • Loading branch information
vm06007 committed Dec 3, 2023
1 parent 9f85f29 commit cb34e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/PrivateFarm2X.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pragma solidity =0.8.23;

import "lib/forge-std/src/Test.sol";
import "forge-std/Test.sol";
import "./PrivateFarm2X.sol";

contract PrivateFarmTest is Test {
Expand Down

0 comments on commit cb34e7d

Please sign in to comment.