We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9afbe29 commit 62a1462Copy full SHA for 62a1462
test/mock/MockJokeRaceContest.sol
@@ -9,7 +9,7 @@ contract MockJokeRaceContest is IJokeRaceContest {
9
mapping(uint256 => uint256) private _votes;
10
mapping(uint256 => address) private _authors;
11
uint256[] private _proposalIds;
12
- uint256[] private _sortedProposals; // ✅ Store sorted proposals
+ uint256[] private _sortedProposals;
13
14
function setState(ContestState _state) external {
15
_currentState = _state;
0 commit comments