mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update tvgids.nl.test.js
This commit is contained in:
parent
38acb47921
commit
baac2be52a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ it('can generate valid url', () => {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('can generate valid url for today', () => {
|
it('can generate valid url for today', () => {
|
||||||
const today = dayjs.utc().startOf('d')
|
const today = dayjs().startOf('d')
|
||||||
|
|
||||||
expect(url({ date: today, channel })).toBe('https://www.tvgids.nl/gids/npo1')
|
expect(url({ date: today, channel })).toBe('https://www.tvgids.nl/gids/npo1')
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue