7489-testToMaster #2515

Merged
alexm merged 329 commits from 7489-testToMaster into master 2024-05-28 05:30:19 +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; 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() => { it(`should throw an error when adding a "Holiday" absence if there's a festivity`, async() => {