Skip to content

Commit

Permalink
fix: a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Dec 14, 2023
1 parent 73fb69c commit 3c1e5b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ contract PrivateERC20ResolutionModule_Unit_RevealVote is BaseTest {
// Check: is totalVotes updated?
assertEq(_totalVotes, _amountOfVotes);

// Check: is voter data proplerly updated?
// Check: is voter data properly updated?
IPrivateERC20ResolutionModule.VoterData memory _voterData = module.forTest_getVoterData(_disputeId, _voter);
assertEq(_voterData.numOfVotes, _amountOfVotes);
}
Expand Down

0 comments on commit 3c1e5b6

Please sign in to comment.