From 906ce54b7baeea87457ca883d5477d1e92e9f045 Mon Sep 17 00:00:00 2001 From: Leonard Paturel Date: Fri, 7 Jun 2024 16:47:55 +0100 Subject: [PATCH] remove only --- tests-integration/account.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-integration/account.test.ts b/tests-integration/account.test.ts index a98c1c3..1594fa6 100644 --- a/tests-integration/account.test.ts +++ b/tests-integration/account.test.ts @@ -75,7 +75,7 @@ describe("Gifting", function () { await expectRevertWithErrorMessage("gift-acc/only-protocol", () => claimContract.__validate__([])); }); - it.only(`Test claim contract cant call another contract`, async function () { + it(`Test claim contract cant call another contract`, async function () { const { factory, claimAccountClassHash } = await setupGiftProtocol(); const { claim, claimPrivateKey } = await defaultDepositTestSetup(factory); const receiver = randomReceiver();