File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
pragma solidity 0.8.26 ;
3
3
4
4
// test contracts
5
- import {Passage} from "../src/passage/Passage.sol " ;
6
- import {RollupPassage} from "../src/passage/RollupPassage.sol " ;
7
- import {UsesPermit2} from "../src/UsesPermit2.sol " ;
5
+ import {Passage} from "../../ src/passage/Passage.sol " ;
6
+ import {RollupPassage} from "../../ src/passage/RollupPassage.sol " ;
7
+ import {UsesPermit2} from "../../ src/UsesPermit2.sol " ;
8
8
// utils
9
- import {Permit2Helpers, ISinglePermit, TestERC20} from "./Helpers.t.sol " ;
9
+ import {Permit2Helpers, ISinglePermit, TestERC20} from ".. /Helpers.t.sol " ;
10
10
import {ISignatureTransfer} from "permit2/src/interfaces/ISignatureTransfer.sol " ;
11
11
import {ERC20 } from "openzeppelin-contracts/contracts/token/ERC20/ERC20.sol " ;
12
12
import {ERC20Burnable } from "openzeppelin-contracts/contracts/token/ERC20/extensions/ERC20Burnable.sol " ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pragma solidity 0.8.26;
4
4
// test contracts
5
5
import {Zenith} from "../../src/Zenith.sol " ;
6
6
// utils
7
- import {SignetStdTest} from "./SignetStdTest.t.sol " ;
7
+ import {SignetStdTest} from ".. /SignetStdTest.t.sol " ;
8
8
import {Test, console2} from "forge-std/Test.sol " ;
9
9
10
10
contract ZenithTest is SignetStdTest {
You can’t perform that action at this time.
0 commit comments