restore tests
This commit is contained in:
parent
2547790df0
commit
947e711029
2 changed files with 4 additions and 1 deletions
|
|
@ -16,4 +16,7 @@ class TvShowByDatePresets(PrebuiltPresets):
|
|||
class TvShowCollectionPresets(PrebuiltPresets):
|
||||
preset_names = {
|
||||
"Kodi TV Show Collection",
|
||||
"Jellyfin TV Show Collection",
|
||||
"Emby TV Show Collection",
|
||||
"Plex TV Show Collection",
|
||||
}
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@ class TestPrebuiltTvShowCollectionPresets:
|
|||
)
|
||||
|
||||
@pytest.mark.parametrize("media_player_preset", TvShowCollectionPresets.preset_names)
|
||||
@pytest.mark.parametrize("season_indices", [[1]])
|
||||
@pytest.mark.parametrize("season_indices", [[1], [1, 2]])
|
||||
def test_tv_show_collection_presets(
|
||||
self,
|
||||
config,
|
||||
|
|
|
|||
Loading…
Reference in a new issue