From 08895d529728c88e17948e8f30c6702992531379 Mon Sep 17 00:00:00 2001 From: Claudia Barcelo Date: Tue, 7 May 2024 16:40:42 +0200 Subject: [PATCH] Update packages/contracts/test/10_unit-testing/12_plugin-setup.ts Co-authored-by: Michael Heuer <20623991+Michael-A-Heuer@users.noreply.github.com> --- packages/contracts/test/10_unit-testing/12_plugin-setup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/contracts/test/10_unit-testing/12_plugin-setup.ts b/packages/contracts/test/10_unit-testing/12_plugin-setup.ts index a77bc5f0..47320576 100644 --- a/packages/contracts/test/10_unit-testing/12_plugin-setup.ts +++ b/packages/contracts/test/10_unit-testing/12_plugin-setup.ts @@ -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;