Skip to content

Commit

Permalink
Merge pull request #53 from lidofinance/fix/single-governance-mock-fix
Browse files Browse the repository at this point in the history
gitfix: mock fix
  • Loading branch information
rkolpakov authored Jun 20, 2024
2 parents eb45e25 + a3d115e commit 18be2e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/mocks/TimelockMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ contract TimelockMock is ITimelock {
}

scheduledProposals.push(proposalId);
return 0;
}

function execute(uint256 proposalId) external {
Expand Down

0 comments on commit 18be2e8

Please sign in to comment.