Skip to content

Commit

Permalink
not def
Browse files Browse the repository at this point in the history
  • Loading branch information
whiitex committed May 19, 2024
1 parent bbb997f commit 1356a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/timeslots/timeslots.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ describe('TimeslotsController', () => {
const availability = {
id: a.id,
state: a.state,
lastModified: a.lastModified ,
lastModified: a.lastModified,
timeSlot: timeSlotsService.findById(a.timeSlot),
user: mockUsers.find((u) => u.oauthId === a.userOauthId),
} as unknown as Availability;
Expand Down

0 comments on commit 1356a78

Please sign in to comment.