mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 09:30:06 -04:00
Update i.mjh.nz.test.js
This commit is contained in:
parent
baa01e9de7
commit
541015b901
1 changed files with 4 additions and 8 deletions
|
@ -30,14 +30,10 @@ it('can parse response', () => {
|
|||
expect(results[0]).toMatchObject({
|
||||
start: '2022-05-03T10:49:22.000Z',
|
||||
stop: '2022-05-03T11:21:22.000Z',
|
||||
title: [{ value: 'Barney and Friends' }],
|
||||
desc: [
|
||||
{
|
||||
value:
|
||||
'Baby Bop forgets to say "please" and "thank you". Riff shares his dream of becoming an inventor.'
|
||||
}
|
||||
],
|
||||
category: [{ value: 'Children & Family' }]
|
||||
title: 'Barney and Friends',
|
||||
description:
|
||||
'Baby Bop forgets to say "please" and "thank you". Riff shares his dream of becoming an inventor.',
|
||||
categories: ['Children & Family']
|
||||
})
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue