Skip to content

Commit

Permalink
docs: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xorsal committed Oct 15, 2024
1 parent 506bca2 commit dce0b57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ contract ERC20ResolutionModule_Unit_ClaimVote is BaseTest {
// Mock and expect IOracle.disputeCreatedAt to be called
_mockAndExpect(address(oracle), abi.encodeCall(IOracle.disputeCreatedAt, (_disputeId)), abi.encode(1));

// Expect the bond to be released
// Mock and expect voting token transfer
_mockAndExpect(address(token), abi.encodeCall(IERC20.transfer, (_voter, _amount)), abi.encode(true));

vm.warp(block.timestamp + 1000);
Expand Down

0 comments on commit dce0b57

Please sign in to comment.