From 7315afeafd93f91934fa381dba8dcc1653f6fe1b Mon Sep 17 00:00:00 2001 From: Serene-Arc Date: Thu, 7 Jul 2022 12:07:53 +1000 Subject: [PATCH] Update test parameter --- tests/test_file_name_formatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_file_name_formatter.py b/tests/test_file_name_formatter.py index c9e049e..9c0a8bb 100644 --- a/tests/test_file_name_formatter.py +++ b/tests/test_file_name_formatter.py @@ -407,7 +407,7 @@ def test_windows_max_path(tmp_path: Path): @pytest.mark.parametrize(('test_reddit_id', 'test_downloader', 'expected_names'), ( ('gphmnr', YtdlpFallback, {'He has a lot to say today.mp4'}), ('d0oir2', YtdlpFallback, {"Crunk's finest moment. Welcome to the new subreddit!.mp4"}), - ('jiecu', SelfPost, {'Reston, VA Some info regarding shelters in the area..txt'}), + ('jiecu', SelfPost, {'[deleted by user].txt'}), ('gui1i', SelfPost, {'The "Beer and Ear offer for those who need help in the \'burbs of North Dallas....txt'}), )) def test_name_submission(