mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update tvcubana.icrt.cu.test.js
This commit is contained in:
parent
14073811db
commit
24e3f50efc
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ it('can generate valid url', () => {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('can generate valid url for next day', () => {
|
it('can generate valid url for next day', () => {
|
||||||
expect(url({ channel, date: date.add(1, 'd') })).toBe(
|
expect(url({ channel, date: date.add(2, 'd') })).toBe(
|
||||||
'https://www.tvcubana.icrt.cu/cartv/cv/martes.php'
|
'https://www.tvcubana.icrt.cu/cartv/cv/miercoles.php'
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue