Skip to content

Commit edfcde7

Browse files
committed
fix: drop constructor
1 parent 3bccd19 commit edfcde7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/mocks/MockCounter.sol

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ pragma solidity >=0.6.0 <0.9.0;
55
contract MockCounter {
66
uint256 public count;
77

8-
constructor() payable {
9-
count = 0;
10-
}
11-
128
function increment() public {
139
count++;
1410
}

0 commit comments

Comments
 (0)