Fix searchSeasons test

This commit is contained in:
JonnyWong16 2021-03-19 16:36:50 -07:00
parent c02a005a70
commit b9798e9589
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -195,7 +195,7 @@ def test_library_ShowSection_searchShows(tvshows):
def test_library_ShowSection_searchSseasons(tvshows):
assert tvshows.searchSeasons(title="The 100")
assert tvshows.searchSeasons(**{"show.title": "The 100"})
def test_library_ShowSection_searchEpisodes(tvshows):