mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update walesi.com.fj.test.js
This commit is contained in:
parent
a4419178eb
commit
36fd9e1f9b
1 changed files with 4 additions and 4 deletions
|
@ -45,13 +45,13 @@ it('can parse response', () => {
|
||||||
|
|
||||||
expect(result).toMatchObject([
|
expect(result).toMatchObject([
|
||||||
{
|
{
|
||||||
start: '2021-11-20T11:00:00.000Z',
|
start: '2021-11-20T12:00:00.000Z',
|
||||||
stop: '2021-11-20T17:00:00.000Z',
|
stop: '2021-11-20T18:00:00.000Z',
|
||||||
title: `Aljazeera`
|
title: `Aljazeera`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
start: '2021-11-20T17:00:00.000Z',
|
start: '2021-11-20T18:00:00.000Z',
|
||||||
stop: '2021-11-20T17:30:00.000Z',
|
stop: '2021-11-20T18:30:00.000Z',
|
||||||
title: `Move Fiji`
|
title: `Move Fiji`
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue