Skip to content

Commit

Permalink
unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard-Pat committed Jun 6, 2024
1 parent ace7a25 commit 2a884cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-integration/account.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 2a884cb

Please sign in to comment.