Skip to content

Commit

Permalink
Black formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dplocki committed Jan 28, 2024
1 parent 97df20a commit 01c3241
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion e2e/test_config_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,9 @@ def test_configuration_file_name_template_option(
run_podcast_downloader()

# Assert
podcast_directory.is_containing_only([file_name.lower().replace('.', '_terminus_est_') for file_name in mp3_files_date])
podcast_directory.is_containing_only(
[
file_name.lower().replace(".", "_terminus_est_")
for file_name in mp3_files_date
]
)

0 comments on commit 01c3241

Please sign in to comment.