Skip to content

Commit

Permalink
test: remove unnecessary util testing contract
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg committed Oct 23, 2023
1 parent 96ebcdb commit 0004fd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
4 changes: 2 additions & 2 deletions test/Base.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { ISablierV2LockupLinear } from "@sablier/v2-core/src/interfaces/ISablier
import { LockupDynamic, LockupLinear } from "@sablier/v2-core/src/types/DataTypes.sol";
import { IAllowanceTransfer } from "@uniswap/permit2/interfaces/IAllowanceTransfer.sol";

import { Assertions as V2CoreAssertions } from "@sablier/v2-core-test/utils/Assertions.sol";
import { Utils as V2CoreUtils } from "@sablier/v2-core-test/utils/Utils.sol";

import { ISablierV2Batch } from "src/interfaces/ISablierV2Batch.sol";
Expand All @@ -28,15 +29,14 @@ import { SablierV2ProxyTargetPermit2 } from "src/SablierV2ProxyTargetPermit2.sol
import { SablierV2ProxyTargetPush } from "src/SablierV2ProxyTargetPush.sol";

import { WLC } from "./mocks/WLC.sol";
import { Assertions } from "./utils/Assertions.sol";
import { Defaults } from "./utils/Defaults.sol";
import { DeployOptimized } from "./utils/DeployOptimized.sol";
import { Events } from "./utils/Events.sol";
import { Merkle } from "./utils/Murky.sol";
import { Users } from "./utils/Types.sol";

/// @notice Base test contract with common logic needed by all tests.
abstract contract Base_Test is Assertions, DeployOptimized, Events, Merkle, V2CoreUtils {
abstract contract Base_Test is DeployOptimized, Events, Merkle, V2CoreAssertions, V2CoreUtils {
/*//////////////////////////////////////////////////////////////////////////
VARIABLES
//////////////////////////////////////////////////////////////////////////*/
Expand Down
21 changes: 0 additions & 21 deletions test/utils/Assertions.sol

This file was deleted.

0 comments on commit 0004fd2

Please sign in to comment.