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();