Fix tests

This commit is contained in:
Ritiek Malhotra
2019-04-28 15:26:18 +05:30
parent c225e5821b
commit a9477c7873
2 changed files with 6 additions and 4 deletions

View File

@@ -3,7 +3,8 @@ import pafy
import pytest
patcher.patch_pafy()
pafy_patcher = patcher.PatchPafy()
pafy_patcher.patch_getbestthumb()
class TestPafyContentAvailable:
pass