Updated unit test
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
52b851e75b
commit
03a0a22526
|
@ -81,8 +81,8 @@ describe('Worker', () => {
|
|||
$httpBackend.whenRoute('GET', 'Calendars/absences')
|
||||
.respond({
|
||||
holidays: [
|
||||
{dated: today, detail: {description: 'New year'}},
|
||||
{dated: tomorrow, detail: {description: 'Easter'}}
|
||||
{dated: today, detail: {name: 'New year'}},
|
||||
{dated: tomorrow, detail: {name: 'Easter'}}
|
||||
],
|
||||
absences: [
|
||||
{dated: today, absenceType: {name: 'Holiday', rgb: '#aaa'}},
|
||||
|
|
Loading…
Reference in New Issue