Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed Aug 1, 2024
1 parent 0087c07 commit 4a15a81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {StakingMessages} from "../StakingMessages.sol";
contract NativeTokenStakingManagerTest is StakingManagerTest {
NativeTokenStakingManager public app;

function setUp() public override {
function setUp() public virtual {
// Construct the object under test
app = new NativeTokenStakingManager(
StakingManagerSettings({
Expand Down

0 comments on commit 4a15a81

Please sign in to comment.