refs #6882 fix tback
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-05-08 12:24:05 +02:00
parent 8a7d124066
commit 7b298c1baf
1 changed files with 1 additions and 1 deletions

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() => {