Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbannon committed Oct 8, 2024
1 parent 8081286 commit c1a1391
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/e2e/presets/test_bandcamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ def test_prebuilt_preset_download(
assert_transaction_log_matches(
output_directory=output_directory,
transaction_log=transaction_log,
transaction_log_summary_file_name="presets/test_artist_url.txt",
transaction_log_summary_file_name="bandcamp/test_artist_url.txt",
)
assert_expected_downloads(
output_directory=output_directory,
dry_run=dry_run,
expected_download_summary_file_name="presets/test_artist_url.json",
expected_download_summary_file_name="bandcamp/test_artist_url.json",
)

# Ensure another invocation will hit ExistingVideoReached
Expand All @@ -67,5 +67,5 @@ def test_prebuilt_preset_download(
assert_expected_downloads(
output_directory=output_directory,
dry_run=dry_run,
expected_download_summary_file_name="presets/test_artist_url.json",
expected_download_summary_file_name="bandcamp/test_artist_url.json",
)

0 comments on commit c1a1391

Please sign in to comment.