Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard-Pat committed Jun 7, 2024
1 parent 30b1781 commit 906ce54
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 @@ -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();
Expand Down

0 comments on commit 906ce54

Please sign in to comment.