Improve revert message in Governor (#3275)
* Fixed typo * fix testing and adding changelog Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
@ -218,7 +218,7 @@ contract('GovernorCompatibilityBravo', function (accounts) {
|
||||
it('if proposal does not meet proposalThreshold', async function () {
|
||||
await expectRevert(
|
||||
this.helper.propose({ from: other }),
|
||||
'GovernorCompatibilityBravo: proposer votes below proposal threshold',
|
||||
'Governor: proposer votes below proposal threshold',
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user