File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import {
15
15
} from "test/libraries/encoders/SettlementEncoder.sol " ;
16
16
import {Registry, TokenRegistry} from "test/libraries/encoders/TokenRegistry.sol " ;
17
17
18
- import {ForkedTest } from "./ForkedTest.t .sol " ;
18
+ import {Helper } from "./Helper .sol " ;
19
19
20
20
interface IUSDT {
21
21
function getOwner () external view returns (address );
@@ -32,7 +32,7 @@ using SettlementEncoder for SettlementEncoder.State;
32
32
using TokenRegistry for TokenRegistry.State;
33
33
using TokenRegistry for Registry;
34
34
35
- contract BuyEthTest is ForkedTest {
35
+ contract BuyEthTest is Helper ( true ) {
36
36
// Settle a trivial batch between two overlapping trades:
37
37
//
38
38
// /----(1. SELL 1 WETH for USDT if p(WETH) >= 1100)----\
You can’t perform that action at this time.
0 commit comments