Commit bad13471 authored by Juan C's avatar Juan C Committed by GitHub

Update packages/contracts-bedrock/test/kontrol/Counter.t.sol

parent cfa3329e
...@@ -11,7 +11,6 @@ contract CounterTest { ...@@ -11,7 +11,6 @@ contract CounterTest {
function setUp() public { function setUp() public {
counter = new Counter(); counter = new Counter();
optimismPortal = new OptimismPortal();
} }
function test_SetNumber(uint256 x) public { function test_SetNumber(uint256 x) public {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment