Skip to content

Commit

Permalink
refactor: ForkedTest -> Helper
Browse files Browse the repository at this point in the history
  • Loading branch information
meetmangukiya committed Sep 12, 2024
1 parent 697d6be commit aa0b0f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/BuyEth.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
} from "test/libraries/encoders/SettlementEncoder.sol";
import {Registry, TokenRegistry} from "test/libraries/encoders/TokenRegistry.sol";

import {ForkedTest} from "./ForkedTest.t.sol";
import {Helper} from "./Helper.sol";

interface IUSDT {
function getOwner() external view returns (address);
Expand All @@ -32,7 +32,7 @@ using SettlementEncoder for SettlementEncoder.State;
using TokenRegistry for TokenRegistry.State;
using TokenRegistry for Registry;

contract BuyEthTest is ForkedTest {
contract BuyEthTest is Helper(true) {
// Settle a trivial batch between two overlapping trades:
//
// /----(1. SELL 1 WETH for USDT if p(WETH) >= 1100)----\
Expand Down

0 comments on commit aa0b0f1

Please sign in to comment.