From a585f75ae0b3a3fbef1ece3125342f4ef0e990cd Mon Sep 17 00:00:00 2001 From: Michael Heuer Date: Tue, 9 Apr 2024 14:07:31 +0200 Subject: [PATCH] style: satisfy linter --- .../test/10_unit-testing/token-voting/11_token-voting.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/contracts/test/10_unit-testing/token-voting/11_token-voting.ts b/packages/contracts/test/10_unit-testing/token-voting/11_token-voting.ts index 717d77aa..a56adeb1 100644 --- a/packages/contracts/test/10_unit-testing/token-voting/11_token-voting.ts +++ b/packages/contracts/test/10_unit-testing/token-voting/11_token-voting.ts @@ -662,7 +662,6 @@ describe('TokenVoting', function () { deployer, alice, bob, - carol, initializedPlugin: plugin, token, dummyActions, @@ -707,7 +706,6 @@ describe('TokenVoting', function () { deployer, alice, bob, - carol, initializedPlugin: plugin, token, dummyActions,