From 1356a787d02569756b42b3dddc20e2ba8979552d Mon Sep 17 00:00:00 2001 From: white Date: Sun, 19 May 2024 23:05:12 +0200 Subject: [PATCH] not def --- api/src/timeslots/timeslots.e2e-spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/timeslots/timeslots.e2e-spec.ts b/api/src/timeslots/timeslots.e2e-spec.ts index 5a02cd6..8b2a3bf 100644 --- a/api/src/timeslots/timeslots.e2e-spec.ts +++ b/api/src/timeslots/timeslots.e2e-spec.ts @@ -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;