Skip to content

Commit

Permalink
Added userId to explicitly be different from the userId on the request
Browse files Browse the repository at this point in the history
  • Loading branch information
keithwillcode committed Apr 11, 2024
1 parent f5952f5 commit c98a56d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/v1/test/lib/event-types/[id]/_get.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ describe("GET /api/event-types/[id]", () => {
prismaMock.eventType.findUnique.mockResolvedValue(
buildEventType({
id: 123456,
userId: 444444,
})
);

Expand Down

0 comments on commit c98a56d

Please sign in to comment.