Skip to content

Commit 9e9244f

Browse files
committed
forgot one.
1 parent 0e2c7fb commit 9e9244f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_library.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ def test_library_MovieSection_refresh(movies, patched_http_call):
128128

129129

130130
def test_library_MovieSection_search_genre(movie, movies):
131+
animation = [i for i in movie.genres if i.tag == 'Animation']
131132
assert len(movies.search(genre=animation[0])) > 1
132133

133134

0 commit comments

Comments
 (0)