Skip to content

Commit

Permalink
fix: override Compound prod test setup too
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Jan 19, 2024
1 parent e5142b4 commit 3abecfb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/prod/compound/setup/TestSetup.sol
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ contract TestSetup is Config, ProdTest {

uint256 snapshotId = type(uint256).max;

function setUp() public virtual {
function setUp() public virtual override {
super.setUp();

initContracts();
setContractsLabels();
initUsers();
Expand Down

0 comments on commit 3abecfb

Please sign in to comment.