Skip to content

Commit b9798e9

Browse files
committed
Fix searchSeasons test
1 parent c02a005 commit b9798e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def test_library_ShowSection_searchShows(tvshows):
195195

196196

197197
def test_library_ShowSection_searchSseasons(tvshows):
198-
assert tvshows.searchSeasons(title="The 100")
198+
assert tvshows.searchSeasons(**{"show.title": "The 100"})
199199

200200

201201
def test_library_ShowSection_searchEpisodes(tvshows):

0 commit comments

Comments
 (0)