From a5e7dca08467621bc1a1b6d24731b4b4f54229ac Mon Sep 17 00:00:00 2001 From: Giorgi Lagidze Date: Fri, 1 Nov 2024 10:59:19 +0400 Subject: [PATCH] remove .only --- packages/contracts/test/10_unit-testing/11_plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,