Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop committed Jul 2, 2024
1 parent a4d774f commit 61e432b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,10 @@ describe('Personal Space Admin Plugin', function () {
.connect(account)
.submitRemoveSubspace(ADDRESS_THREE, spacePlugin.address)
).to.not.be.reverted;
expect(await personalSpaceVotingPlugin.proposalCount()).to.equal(
BigNumber.from(3)
);
}
expect(await personalSpaceVotingPlugin.proposalCount()).to.equal(
BigNumber.from(6)
);

// Non members
await expect(
Expand Down

0 comments on commit 61e432b

Please sign in to comment.