Skip to content

Commit

Permalink
Fix typo casted -> cast
Browse files Browse the repository at this point in the history
(cherry picked from commit b174f06)
  • Loading branch information
frangio committed Aug 13, 2021
1 parent 7072b62 commit 494cc6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/governance/Governor.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ contract('Governor', function (accounts) {
voter: voter1,
weight: web3.utils.toWei('5'),
support: Enums.VoteType.For,
error: 'GovernorVotingSimple: vote already casted',
error: 'GovernorVotingSimple: vote already cast',
},
],
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ contract('GovernorCompatibilityBravo', function (accounts) {
{
voter: voter1,
support: Enums.VoteType.For,
error: 'GovernorCompatibilityBravo: vote already casted',
error: 'GovernorCompatibilityBravo: vote already cast',
skip: true,
},
],
Expand Down Expand Up @@ -296,7 +296,7 @@ contract('GovernorCompatibilityBravo', function (accounts) {
{
voter: voter1,
support: Enums.VoteType.For,
error: 'GovernorCompatibilityBravo: vote already casted',
error: 'GovernorCompatibilityBravo: vote already cast',
skip: true,
},
],
Expand Down

0 comments on commit 494cc6d

Please sign in to comment.