changed worker holidays length
This commit is contained in:
parent
104cfaadfe
commit
9ce1e93da7
|
@ -20,7 +20,7 @@ describe('Worker absences()', () => {
|
|||
let calendar = result[0];
|
||||
let absences = result[1];
|
||||
|
||||
expect(calendar.totalHolidays).toEqual(20);
|
||||
expect(calendar.totalHolidays).toEqual(21);
|
||||
expect(calendar.holidaysEnjoyed).toEqual(5);
|
||||
|
||||
let firstType = absences[0].absenceType().name;
|
||||
|
|
Loading…
Reference in New Issue