Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ran prettier
Browse files Browse the repository at this point in the history
Atharva-Kanherkar committed Apr 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e66f803 commit db98c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/resolvers/Mutation/updateAdvertisement.spec.ts
Original file line number Diff line number Diff line change
@@ -307,7 +307,7 @@ describe("resolvers -> Mutation -> updateAdvertisement", () => {
vi.spyOn(requestContext, "translate").mockImplementationOnce(
(message: string) => `Translated ${message}`,
);

const args: MutationUpdateAdvertisementArgs = {
input: {
_id: testAdvertisement._id,
@@ -317,7 +317,7 @@ describe("resolvers -> Mutation -> updateAdvertisement", () => {
},
};

const context = { userId: testSuperAdmin?.id};
const context = { userId: testSuperAdmin?.id };

const updateAdvertisementPayload = await updateAdvertisementResolver?.(
{},

0 comments on commit db98c0a

Please sign in to comment.