From 5758aad48b838c4f0798ae2ba629a5c7133062bf Mon Sep 17 00:00:00 2001 From: Serene-Arc Date: Mon, 12 Apr 2021 20:41:40 +1000 Subject: [PATCH] Fix formatting --- bdfr/tests/test_file_name_formatter.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bdfr/tests/test_file_name_formatter.py b/bdfr/tests/test_file_name_formatter.py index ab16abe..96252e4 100644 --- a/bdfr/tests/test_file_name_formatter.py +++ b/bdfr/tests/test_file_name_formatter.py @@ -134,7 +134,8 @@ def test_format_full_with_index_suffix( format_string_file: str, index: Optional[int], expected: str, - reddit_submission: praw.models.Submission): + reddit_submission: praw.models.Submission, +): test_resource = Resource(reddit_submission, 'i.reddit.com/blabla.png') test_formatter = FileNameFormatter(format_string_file, format_string_directory) result = test_formatter.format_path(test_resource, Path('test'), index)