Skip to content

Commit f5548fa

Browse files
committed
fix tests
1 parent 4749dc9 commit f5548fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/presence-control/services/presence-control-state.service.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ describe("PresenceControlStateService", () => {
342342
personId: number,
343343
students?: number[],
344344
): void {
345-
let url = `https://eventotest.api/LessonTeachers/except/${personId}/LessonAbsences?expand=LessonRef`;
345+
let url = `https://eventotest.api/LessonTeachers/except/${personId}/LessonAbsences?expand=LessonRef&filter.CreatedOn=>1999-11-24`;
346346
if (students && students.length > 0) {
347347
url = url.concat("&filter.StudentRef=;", students.join(";"));
348348
}

0 commit comments

Comments
 (0)