Skip to content

Commit

Permalink
retest
Browse files Browse the repository at this point in the history
  • Loading branch information
iamanishx committed Feb 17, 2025
1 parent dca4b49 commit 70d7bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/routes/graphql/Mutation/deletecomment.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ describe("deleteCommentResolver", () => {
);
});

it("throws unexpected error when deletion returns undefined", async () => {
it("throws unexpected error when comment deletion operation returns empty result", async () => {
mockUsersTableFindFirst(ctx, { role: "administrator" });
mockCommentsTableFindFirst(ctx, {
creatorId: "current-user-id",
Expand Down

0 comments on commit 70d7bb3

Please sign in to comment.