Skip to content

Commit

Permalink
Fixed: NPO test.
Browse files Browse the repository at this point in the history
  • Loading branch information
basrieter committed Dec 16, 2023
1 parent e5d73f9 commit 85aea73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/channel_tests/test_chn_nos2010.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_recent_sub_items(self):
self.assertGreater(len(items[0].items), 10)

def test_series_without_season(self):
items = self._test_folder_url("https://npo.nl/start/api/domain/programs-by-season?guid=9d87c512-bf2d-4df9-8e33-e0792615ed50", 4)
items = self._test_folder_url("https://npo.nl/start/api/domain/programs-by-season?guid=9d87c512-bf2d-4df9-8e33-e0792615ed50", 3)
self.assertTrue(all([i.is_playable for i in items]))

def test_series_with_seasons_via_slug(self):
Expand Down

0 comments on commit 85aea73

Please sign in to comment.