From c1a13919caa8f34b1dfab5c5a1594bd5dcf6ef73 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Mon, 7 Oct 2024 23:37:37 -0700 Subject: [PATCH] ugh --- tests/e2e/presets/test_bandcamp.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/e2e/presets/test_bandcamp.py b/tests/e2e/presets/test_bandcamp.py index d635aef7..c4d410cd 100644 --- a/tests/e2e/presets/test_bandcamp.py +++ b/tests/e2e/presets/test_bandcamp.py @@ -46,12 +46,12 @@ class TestBandcamp: 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 @@ -67,5 +67,5 @@ class TestBandcamp: 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", )