refs #6882 absence #2271

Merged
carlossa merged 13 commits from 6682-notHolidays into dev 2024-05-08 10:27:21 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7b298c1baf - Show all commits

View File

@ -101,7 +101,7 @@ describe('Worker createAbsence()', () => {
error = e;
}
expect(error.message).toEqual(`Cannot add more than one '1/2 day vacation`);
expect(error.message).toEqual(`Cannot add more than one '1/2 day vacation'`);
});
it(`should throw an error when adding a "Holiday" absence if there's a festivity`, async() => {