Skip to content

Commit

Permalink
Fix failing unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Bertin committed Sep 3, 2016
1 parent ea126cc commit c00ed18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_legendastv.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ def test_get_matches(episodes):
archive, 'TBBT S07 x264/The.Big.Bang.Theory.S07E05.HDTV.x264-LOL.srt')

matches = subtitle.get_matches(episodes['bbt_s07e05'])
assert matches == {'series', 'year', 'season', 'episode', 'format', 'video_codec', 'series_imdb_id'}
assert matches == {'series', 'year', 'season', 'episode', 'release_group', 'format', 'video_codec',
'series_imdb_id'}


def test_get_matches_no_match(episodes):
Expand Down

0 comments on commit c00ed18

Please sign in to comment.