forgot one.

This commit is contained in:
Hellowlol 2017-11-01 23:18:35 +01:00
parent 0e2c7fb7e6
commit 9e9244fcfb

View file

@ -128,6 +128,7 @@ def test_library_MovieSection_refresh(movies, patched_http_call):
def test_library_MovieSection_search_genre(movie, movies):
animation = [i for i in movie.genres if i.tag == 'Animation']
assert len(movies.search(genre=animation[0])) > 1