diff --git a/packages/contracts/test/10_unit-testing/11_plugin.ts b/packages/contracts/test/10_unit-testing/11_plugin.ts index 0bad2433..962c5676 100644 --- a/packages/contracts/test/10_unit-testing/11_plugin.ts +++ b/packages/contracts/test/10_unit-testing/11_plugin.ts @@ -2718,7 +2718,7 @@ describe('TokenVoting', function () { .withArgs(id); }); - it.only('record vote correctly without executing even when tryEarlyExecution options is selected', async () => { + it('record vote correctly without executing even when tryEarlyExecution options is selected', async () => { const { alice, bob,