Skip to content

Commit

Permalink
feat: remove DSTestPlus
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Nov 29, 2023
1 parent f5c8cb3 commit c00780c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions solidity/test/integration/IntegrationBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pragma solidity ^0.8.19;
import {console} from 'forge-std/console.sol';

import {IERC20} from '@openzeppelin/contracts/token/ERC20/IERC20.sol';
import {DSTestPlus} from '@defi-wonderland/solidity-utils/solidity/test/DSTestPlus.sol';
import {Helpers} from '../utils/Helpers.sol';
import {IWETH9} from '../../interfaces/external/IWETH9.sol';
import {IDisputeModule} from '../../interfaces/modules/dispute/IDisputeModule.sol';
Expand All @@ -28,7 +27,7 @@ import {MockFinalityModule, IMockFinalityModule} from '../mocks/contracts/MockFi
import {TestConstants} from '../utils/TestConstants.sol';
// solhint-enable no-unused-import

contract IntegrationBase is DSTestPlus, TestConstants, Helpers {
contract IntegrationBase is TestConstants, Helpers {
uint256 public constant FORK_BLOCK = 111_361_902;

uint256 internal _initialBalance = 100_000 ether;
Expand Down

0 comments on commit c00780c

Please sign in to comment.