ensure empty log for playlists
This commit is contained in:
parent
7aca848268
commit
e6f8dfd8dd
1 changed files with 2 additions and 1 deletions
|
|
@ -87,5 +87,6 @@ class TestPlaylistAsKodiMusicVideo:
|
||||||
logger=ytdl_sub.downloaders.downloader.download_logger,
|
logger=ytdl_sub.downloaders.downloader.download_logger,
|
||||||
expected_message="ExistingVideoReached, stopping additional downloads",
|
expected_message="ExistingVideoReached, stopping additional downloads",
|
||||||
):
|
):
|
||||||
playlist_subscription.download()
|
transaction_log = playlist_subscription.download()
|
||||||
expected_playlist_download.assert_files_exist(relative_directory=output_directory)
|
expected_playlist_download.assert_files_exist(relative_directory=output_directory)
|
||||||
|
assert transaction_log.is_empty
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue