Skip to content

Commit d947fb0

Browse files
authored
Fix typo in GovernorVotesQuorumFraction.test.js (#5041)
1 parent 255e27e commit d947fb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/governance/extensions/GovernorVotesQuorumFraction.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ describe('GovernorVotesQuorumFraction', function () {
7474
);
7575
});
7676

77-
it('quroum reached', async function () {
77+
it('quorum reached', async function () {
7878
await this.helper.propose();
7979
await this.helper.waitForSnapshot();
8080
await this.helper.connect(this.voter1).vote({ support: VoteType.For });
8181
await this.helper.waitForDeadline();
8282
await this.helper.execute();
8383
});
8484

85-
it('quroum not reached', async function () {
85+
it('quorum not reached', async function () {
8686
await this.helper.propose();
8787
await this.helper.waitForSnapshot();
8888
await this.helper.connect(this.voter2).vote({ support: VoteType.For });

0 commit comments

Comments
 (0)