Skip to content

Commit

Permalink
Removed unused fork
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro-immunefi committed Jan 9, 2024
1 parent e53a3fa commit e71dc0c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/examples/LogExample.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ import "forge-std/Test.sol";
import "../../src/log/examples/LogExample.sol";

contract LogExampleTest is Test {
uint256 mainnetFork;

LogExample public logExample;

function setUp() public {
mainnetFork = vm.createFork("eth");
vm.selectFork(mainnetFork);

logExample = new LogExample();
}

Expand Down

0 comments on commit e71dc0c

Please sign in to comment.