This commit is contained in:
parent
3013e3cd9c
commit
c175bcfc97
|
@ -50,7 +50,7 @@ describe('Worker absences()', () => {
|
|||
}
|
||||
});
|
||||
|
||||
it('should holidays should equal worked days as both are the same number of days in a year', async() => {
|
||||
it('Should have an equal number of holidays and workdays, as they both total the days in a year', async() => {
|
||||
const businessId = 1106;
|
||||
const workerId = 1106;
|
||||
|
||||
|
|
Loading…
Reference in New Issue