1
0
Fork 0
mirror of synced 2024-06-14 00:04:45 +12:00

Fix formatting

This commit is contained in:
Serene-Arc 2021-04-23 21:05:49 +10:00
parent fbf8a2748e
commit 3bc10ce1aa

View file

@ -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)