Skip to content

Commit

Permalink
remove test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
gretzke committed Jul 2, 2024
1 parent 0ed2898 commit c6ccb8c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .forge-snapshots/Increment counter number.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
26387
26304
2 changes: 1 addition & 1 deletion .forge-snapshots/Set counter number.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
26602
26394
5 changes: 2 additions & 3 deletions test/Counter.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ pragma solidity 0.8.26;

import {GasSnapshot} from 'forge-gas-snapshot/GasSnapshot.sol';
import 'forge-std/Test.sol';
import 'test/util/TestHelpers.t.sol';

import {Deploy} from 'script/Deploy.s.sol';
import {Counter} from 'src/Counter.sol';

abstract contract Deployed is Test, TestHelpers {
abstract contract Deployed is Test {
Counter counter;

function setUp() public virtual {
Expand Down Expand Up @@ -40,7 +39,7 @@ contract CounterTest_Deployed is Deployed, GasSnapshot {
}
}

contract DeploymentTest is Test, TestHelpers {
contract DeploymentTest is Test {
Counter counter;

function setUp() public virtual {
Expand Down
13 changes: 0 additions & 13 deletions test/util/TestHelpers.t.sol

This file was deleted.

0 comments on commit c6ccb8c

Please sign in to comment.