edit syntax in Merge time-based calendar in calendar.test.js
This commit is contained in:
parent
8a0a5ce036
commit
ba3c3c86ba
|
@ -71,9 +71,9 @@ describe('Calendar Merging API', () => {
|
||||||
override: false,
|
override: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"prefix": "work",
|
prefix: "work",
|
||||||
"override": false,
|
override: false,
|
||||||
"url": "https://calendar.google.com/calendar/ical/b4c66eb4bb2cc15257d071bab3f935385778b042112ea1aaedada47f3f1a6e3a%40group.calendar.google.com/public/basic.ics"
|
url: "https://calendar.google.com/calendar/ical/b4c66eb4bb2cc15257d071bab3f935385778b042112ea1aaedada47f3f1a6e3a%40group.calendar.google.com/public/basic.ics"
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue