Skip to content

Commit

Permalink
fix: TestHelpers inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
stonehengeLR committed Jul 4, 2024
1 parent acda72e commit 4143be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/foundry/BlastYield.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ contract BlastYieldOwnableTwoSteps is BlastYield, OwnableTwoSteps {
}
}

contract BlastYieldOwnableTwoSteps_Test is Test, TestHelpers {
contract BlastYieldOwnableTwoSteps_Test is TestHelpers {
MockBlastWETH private weth;
MockBlastERC20 private usdb;
MockBlastYield private mockBlastYield;
Expand Down

0 comments on commit 4143be9

Please sign in to comment.