Skip to content

Commit

Permalink
you flaky piece of shit
Browse files Browse the repository at this point in the history
Got pwned by logging in to zhe test server.
  • Loading branch information
Hellowlol committed Nov 8, 2017
1 parent d3e4c63 commit 1c2bd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_video.py
Expand Up @@ -101,7 +101,7 @@ def test_video_Movie_attrs(movies):
assert [i.tag for i in movie.directors] == ['Nina Paley']
assert movie.duration >= 160000
assert movie.fields == []
assert sorted([i.tag for i in movie.genres]) == ['Animation', 'Comedy', 'Fantasy', 'Musical']
assert sorted([i.tag for i in movie.genres]) == ['Animation', 'Drama', 'Music', 'Romance']
assert movie.guid == 'com.plexapp.agents.imdb://tt1172203?lang=en'
assert utils.is_metadata(movie._initpath)
assert utils.is_metadata(movie.key)
Expand Down

0 comments on commit 1c2bd20

Please sign in to comment.