From 3bc10ce1aa6ef7f8e8ebeea6cff8938dd7dd62f9 Mon Sep 17 00:00:00 2001 From: Serene-Arc Date: Fri, 23 Apr 2021 21:05:49 +1000 Subject: [PATCH] Fix formatting --- tests/site_downloaders/test_vreddit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/site_downloaders/test_vreddit.py b/tests/site_downloaders/test_vreddit.py index 3b663c2..ac83a9e 100644 --- a/tests/site_downloaders/test_vreddit.py +++ b/tests/site_downloaders/test_vreddit.py @@ -10,8 +10,8 @@ from bdfr.site_downloaders.vreddit import VReddit @pytest.mark.online @pytest.mark.reddit -@pytest.mark.parametrize(('test_submission_id'), ( - ('lu8l8g'), +@pytest.mark.parametrize('test_submission_id', ( + 'lu8l8g', )) def test_find_resources(test_submission_id: str, reddit_instance: praw.Reddit): test_submission = reddit_instance.submission(id=test_submission_id)