Skip to content

Commit

Permalink
test: improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
whiitex committed May 22, 2024
1 parent 72e2679 commit d8a4b8e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions api/src/timeslots/timeslots.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,22 @@ describe('TimeSlotsService', () => {
},
],
},
{
start: new Date('2022-01-01T9:00:00'),
end: new Date('2022-01-01T20:00:00'),
id: 2,
recruitmentSession: 3,
availabilities: [
{
state: AvailabilityState.Free,
user: {
role: Role.Member,
is_board: true,
is_expert: true,
},
},
],
},
]),
};

Expand Down

0 comments on commit d8a4b8e

Please sign in to comment.