Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
newt-sc committed Jan 18, 2025
1 parent fb50570 commit b0c44e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providerModules/a4kScrapers/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def _get_episode_query():
simple_info['episode_title'] = 'The Dragon and the Wolf'
simple_info['year'] = '2011'
simple_info['season_number'] = '7'
simple_info['episode_number'] = '7'
simple_info['episode_number'] = '6'
simple_info['show_aliases'] = ''
simple_info['country'] = 'US'
simple_info['no_seasons'] = '7'
Expand Down

0 comments on commit b0c44e4

Please sign in to comment.