Skip to content

Commit

Permalink
Update packages/contracts/test/10_unit-testing/12_plugin-setup.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Heuer <[email protected]>
  • Loading branch information
clauBv23 and heueristik authored May 7, 2024
1 parent cb0b925 commit 08895d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/test/10_unit-testing/12_plugin-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ describe('TokenVotingSetup', function () {
});

describe('prepareUpdate', async () => {
it('update from build 1 should return correct permissions', async () => {
it('returns the permissions expected for the update from build 1', async () => {
const {pluginSetup, dao} = await loadFixture(fixture);
const plugin = ethers.Wallet.createRandom().address;

Expand Down

0 comments on commit 08895d5

Please sign in to comment.