Update programme-tv.net.test.js

This commit is contained in:
xemles 2023-12-26 02:03:00 +01:00 committed by GitHub
parent 7c64de6f82
commit 43b4dfff92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ it('can parse response', () => {
stop: '2023-11-27T05:30:00.000Z', stop: '2023-11-27T05:30:00.000Z',
title: 'Programmes de la nuit', title: 'Programmes de la nuit',
category: 'Autre', category: 'Autre',
icon: 'https://www.programme-tv.net/imgre/fit/~2~program~978eb86d5b99cee0.jpg/128x180/quality/80/programmes-de-la-nuit.jpg' icon: 'https://www.programme-tv.net/imgre/fit/~2~program~978eb86d5b99cee0.jpg/960x540/quality/80/programmes-de-la-nuit.jpg'
}) })
expect(results[27]).toMatchObject({ expect(results[27]).toMatchObject({
@ -47,7 +47,7 @@ it('can parse response', () => {
stop: '2023-11-27T23:45:00.000Z', stop: '2023-11-27T23:45:00.000Z',
title: 'Coup de foudre chez le Père Noël', title: 'Coup de foudre chez le Père Noël',
category: 'Téléfilm', category: 'Téléfilm',
icon: 'https://www.programme-tv.net/imgre/fit/~2~program~5a4e78779c4a3fac.jpg/128x180/quality/80/coup-de-foudre-chez-le-pere-noel.jpg' icon: 'https://www.programme-tv.net/imgre/fit/~2~program~5a4e78779c4a3fac.jpg/960x540/quality/80/coup-de-foudre-chez-le-pere-noel.jpg'
}) })
}) })