From 2a884cb1a39363beb7592fbe3270e644a8cd1d65 Mon Sep 17 00:00:00 2001 From: Leonard Paturel Date: Thu, 6 Jun 2024 11:28:29 +0100 Subject: [PATCH] unused var --- 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 2842103..ba7c04c 100644 --- a/tests-integration/account.test.ts +++ b/tests-integration/account.test.ts @@ -18,7 +18,7 @@ describe("Gifting", function () { it(`Test max fee too high`, async function () { const { factory, claimAccountClassHash } = await setupGiftProtocol(); - const { claimAccount, claim, tokenContract, receiver } = await setupGift(factory, claimAccountClassHash, useTxV3); + const { claimAccount, claim, receiver } = await setupGift(factory, claimAccountClassHash, useTxV3); if (useTxV3) { const estimate = await factory.estimateFee.claim_internal(claim, receiver); const newResourceBounds = {