From c5bda7e7dcbc66f0731267354dbefdb91164e5b8 Mon Sep 17 00:00:00 2001 From: Leonard Paturel Date: Fri, 7 Jun 2024 14:03:26 +0100 Subject: [PATCH] pausable --- tests-integration/factory.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-integration/factory.test.ts b/tests-integration/factory.test.ts index ae3f9b4..ba2506a 100644 --- a/tests-integration/factory.test.ts +++ b/tests-integration/factory.test.ts @@ -82,7 +82,7 @@ describe("Factory", function () { ); }); - it.only(`Test pausable`, async function () { + it(`Test pausable`, async function () { // Deploy factory const { factory } = await setupGiftProtocol(); const receiver = randomReceiver();