Update tvcubana.icrt.cu.test.js

This commit is contained in:
Aleksandr Statciuk 2021-11-24 18:24:18 +03:00
parent 14073811db
commit 24e3f50efc

View file

@ -20,8 +20,8 @@ it('can generate valid url', () => {
})
it('can generate valid url for next day', () => {
expect(url({ channel, date: date.add(1, 'd') })).toBe(
'https://www.tvcubana.icrt.cu/cartv/cv/martes.php'
expect(url({ channel, date: date.add(2, 'd') })).toBe(
'https://www.tvcubana.icrt.cu/cartv/cv/miercoles.php'
)
})