Skip to content

Commit

Permalink
Fix tests (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
mediaminister authored Feb 12, 2024
1 parent cb14314 commit 290e267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_vrtplayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_show_videos_single_episode_shows_videos(self):
def test_show_videos_single_season_shows_videos(self):
"""Test listing single season for a given program (het-weer)"""
program_name = 'het-weer'
season_name = '2023'
season_name = '2024'
episode_items, sort, ascending, content = get_episodes(program_name=program_name, season_name=season_name)
self.assertTrue(episode_items, msg=program_name)
self.assertEqual(sort, 'dateadded')
Expand Down

0 comments on commit 290e267

Please sign in to comment.