Update tvgids.nl.test.js

This commit is contained in:
freearhey 2023-07-03 02:04:04 +03:00
parent 38acb47921
commit baac2be52a

View file

@ -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')
}) })