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

Implement missed test

This commit is contained in:
Serene-Arc 2021-03-10 21:47:46 +10:00 committed by Ali Parlakci
parent 48233fad36
commit 92386000d8

View file

@ -141,7 +141,6 @@ def test_create_file_name_formatter_bad(test_file_scheme: str, test_folder_schem
RedditDownloader._create_file_name_formatter(downloader_mock)
@pytest.mark.skip
def test_create_authenticator(downloader_mock: MagicMock):
result = RedditDownloader._create_authenticator(downloader_mock)
assert isinstance(result, SiteAuthenticator)