remove fixture usage

This commit is contained in:
jbannon 2022-08-10 18:40:14 +00:00
parent c210f331ce
commit 147cc3204f

View file

@ -84,7 +84,6 @@ class TestChannelAsKodiTvShow:
self, self,
channel_subscription_generator, channel_subscription_generator,
channel_preset_dict, channel_preset_dict,
expected_full_channel_download,
output_directory, output_directory,
dry_run, dry_run,
): ):
@ -106,7 +105,6 @@ class TestChannelAsKodiTvShow:
self, self,
channel_subscription_generator, channel_subscription_generator,
recent_channel_preset_dict, recent_channel_preset_dict,
expected_recent_channel_download,
output_directory, output_directory,
dry_run, dry_run,
): ):