Skip to content

Commit

Permalink
forgot comma
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmanjacobd authored Jul 16, 2022
1 parent bfd4817 commit 7100291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ def test_check_user_existence_banned(
@pytest.mark.reddit
@pytest.mark.parametrize(('test_subreddit_name', 'expected_message'), (
('donaldtrump', 'cannot be found'),
('submitters', 'private and cannot be scraped')
('submitters', 'private and cannot be scraped'),
('lhnhfkuhwreolo', 'does not exist')
))
def test_check_subreddit_status_bad(test_subreddit_name: str, expected_message: str, reddit_instance: praw.Reddit):
Expand Down

0 comments on commit 7100291

Please sign in to comment.