Skip to content

Commit

Permalink
Add an empty test function to base test contract
Browse files Browse the repository at this point in the history
to remove it from coverage reports. Fudge but no other way to ignore it in report
  • Loading branch information
elenadimitrova committed Feb 22, 2023
1 parent cf77587 commit e26411f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/governance/test/BaseTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,6 @@ contract BaseTest is Test {

return (zrxToken, token, votes);
}

function test() public {}
}

0 comments on commit e26411f

Please sign in to comment.