Fix typo casted -> cast
This commit is contained in:
@ -440,7 +440,7 @@ contract('Governor', function (accounts) {
|
|||||||
voter: voter1,
|
voter: voter1,
|
||||||
weight: web3.utils.toWei('5'),
|
weight: web3.utils.toWei('5'),
|
||||||
support: Enums.VoteType.For,
|
support: Enums.VoteType.For,
|
||||||
error: 'GovernorVotingSimple: vote already casted',
|
error: 'GovernorVotingSimple: vote already cast',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
@ -110,7 +110,7 @@ contract('GovernorCompatibilityBravo', function (accounts) {
|
|||||||
{
|
{
|
||||||
voter: voter1,
|
voter: voter1,
|
||||||
support: Enums.VoteType.For,
|
support: Enums.VoteType.For,
|
||||||
error: 'GovernorCompatibilityBravo: vote already casted',
|
error: 'GovernorCompatibilityBravo: vote already cast',
|
||||||
skip: true,
|
skip: true,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -296,7 +296,7 @@ contract('GovernorCompatibilityBravo', function (accounts) {
|
|||||||
{
|
{
|
||||||
voter: voter1,
|
voter: voter1,
|
||||||
support: Enums.VoteType.For,
|
support: Enums.VoteType.For,
|
||||||
error: 'GovernorCompatibilityBravo: vote already casted',
|
error: 'GovernorCompatibilityBravo: vote already cast',
|
||||||
skip: true,
|
skip: true,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user