Skip to content

Commit

Permalink
perf: get voters runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
moebius committed Jul 26, 2023
1 parent a74d716 commit 85dbd94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solidity/test/unit/ERC20ResolutionModule.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,9 @@ contract ERC20ResolutionModule_UnitTest is Test {
_disputeId, IERC20ResolutionModule.EscalationData({startTime: 100_000, totalVotes: 0})
);

uint256 _votersAmount = 10;
uint256 _votersAmount = 3;

// Make 10 addresses cast 100 votes each
// Make 3 addresses cast 100 votes each
_populateVoters(_requestId, _disputeId, _votersAmount, 100);

address[] memory _votersArray = module.getVoters(_disputeId);
Expand Down

0 comments on commit 85dbd94

Please sign in to comment.