1
0
Fork 0
mirror of synced 2024-06-26 10:00:20 +12:00

Fix failing test

Replace deleted user in test.
This commit is contained in:
OMEGARAZER 2023-01-21 22:01:18 -05:00
parent 5fbe64dc71
commit 804d0eb661
No known key found for this signature in database
GPG key ID: D89925310D306E35

View file

@ -336,7 +336,7 @@ def test_get_multireddits_public(
(
("danigirl3694", 10),
("danigirl3694", 50),
("CapitanHam", None),
("nasa", None),
),
)
def test_get_user_submissions(test_user: str, limit: int, downloader_mock: MagicMock, reddit_instance: praw.Reddit):