From 1377c89c6bb64dcbf81ae938c873a445e17bdcac Mon Sep 17 00:00:00 2001 From: Rootz <15384112+Rootzpower@users.noreply.github.com> Date: Wed, 29 Jul 2026 20:28:49 +0100 Subject: [PATCH] fix timestamps for tvi.iol.pt.test.js --- sites/tvi.iol.pt/tvi.iol.pt.test.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sites/tvi.iol.pt/tvi.iol.pt.test.js b/sites/tvi.iol.pt/tvi.iol.pt.test.js index 4ca367a4b..951462d94 100644 --- a/sites/tvi.iol.pt/tvi.iol.pt.test.js +++ b/sites/tvi.iol.pt/tvi.iol.pt.test.js @@ -30,29 +30,29 @@ it('can parse response', () => { title: 'As aventuras do Gato das Botas', description: null, icon: 'https://img.iol.pt/image/id/66d6fb1ad34e94b82904c3ce/300.jpg', - start: '2025-01-26T05:15:00.000Z', - stop: '2025-01-26T05:45:00.000Z' + start: '2025-01-26T06:15:00.000Z', + stop: '2025-01-26T06:45:00.000Z' }) expect(results[5]).toMatchObject({ title: 'Missa', description: 'Gondomar', icon: 'https://img.iol.pt/image/id/6218de030cf21a10a4218ba3/300.jpg', - start: '2025-01-26T09:00:00.000Z', - stop: '2025-01-26T10:00:00.000Z' + start: '2025-01-26T10:00:00.000Z', + stop: '2025-01-26T11:00:00.000Z' }) expect(results[7]).toMatchObject({ title: 'Por um Triz', description: 'Um segundo pode mudar tudo.', icon: 'https://img.iol.pt/image/id/6777dcffd34e94b829094756/300.jpg', - start: '2025-01-26T11:00:00.000Z', - stop: '2025-01-26T11:58:00.000Z' + start: '2025-01-26T12:00:00.000Z', + stop: '2025-01-26T12:58:00.000Z' }) expect(results[15]).toMatchObject({ title: 'As aventuras do Gato das Botas', description: null, icon: 'https://img.iol.pt/image/id/66d6fb1ad34e94b82904c3ce/300.jpg', - start: '2025-01-27T04:50:00.000Z', - stop: '2025-01-27T05:20:00.000Z' + start: '2025-01-27T05:50:00.000Z', + stop: '2025-01-27T06:20:00.000Z' }) }) @@ -63,4 +63,4 @@ it('can handle empty guide', () => { }) expect(results).toMatchObject([]) -}) +}) \ No newline at end of file