Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Nov 26, 2023
1 parent 1f65604 commit 528e159
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ contract ERC20ResolutionModule_Unit_ClaimVote is BaseTest {
bytes32 _disputeId = _getId(mockDispute);

Check warning on line 373 in solidity/test/unit/modules/resolution/ERC20ResolutionModule.t.sol

View workflow job for this annotation

GitHub Actions / Run Linters (16.x)

Variable "_disputeId" is unused
module.forTest_setStartTime(_getId(mockDispute), block.timestamp);

// Expect the event to be emitted
// Expect an error to be thrown
vm.expectRevert(IERC20ResolutionModule.ERC20ResolutionModule_OnGoingVotingPhase.selector);

// Claim the refund
Expand Down

0 comments on commit 528e159

Please sign in to comment.