Skip to content

Commit

Permalink
pausable
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard-Pat committed Jun 7, 2024
1 parent 8653eb2 commit c5bda7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-integration/factory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit c5bda7e

Please sign in to comment.