Skip to content

Commit

Permalink
Add minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MathyouMB committed Jun 22, 2024
1 parent cbb5015 commit 8613009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/challenges-platform/services/reviews-service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe("ReviewsService", () => {
const result = await ReviewsService.create(
Status.REJECTED,
invalidId,
"bad id",
"body",
);

expect(result.err).toBe(true);
Expand Down

0 comments on commit 8613009

Please sign in to comment.