From a34801419c548eed54e5a5e244a0e88a1be7bb5e Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 19 Apr 2026 02:00:35 +0300 Subject: [PATCH] Update sky.com.test.js --- sites/sky.com/sky.com.test.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sites/sky.com/sky.com.test.js b/sites/sky.com/sky.com.test.js index e58a818d8..5c6d6be54 100644 --- a/sites/sky.com/sky.com.test.js +++ b/sites/sky.com/sky.com.test.js @@ -49,6 +49,17 @@ it('can parse response', () => { icon: 'https://images.metadata.sky.com/pd-image/e9521ccc-bdcc-4075-9c2e-bc835247148b/16-9/640', image: 'https://images.metadata.sky.com/pd-image/e9521ccc-bdcc-4075-9c2e-bc835247148b/16-9/640' }) + expect(result[30]).toMatchObject({ + start: '2024-12-14T23:00:00.000Z', + stop: '2024-12-15T01:00:00.000Z', + title: 'American Godfathers: The Five Families', + description: + "Rise of the New Dons: Follow the conflict between the families' old guard and a new generation of younger, American-born mobsters willing to defy their authority. (S1, ep 2)", + season: 1, + episode: 2, + icon: 'https://images.metadata.sky.com/pd-image/4e38c66b-c2ae-3669-a7ff-e7588743e7ac/16-9/640', + image: 'https://images.metadata.sky.com/pd-image/4e38c66b-c2ae-3669-a7ff-e7588743e7ac/16-9/640' + }) }) it('can handle empty guide', () => {