Update tests
This commit is contained in:
@@ -85,7 +85,7 @@ def test_pattern_unmatch(mocker):
|
|||||||
try:
|
try:
|
||||||
_ = VideoInfo('__test_id__')
|
_ = VideoInfo('__test_id__')
|
||||||
assert False
|
assert False
|
||||||
except PatternUnmatchError:
|
except JSONDecodeError:
|
||||||
assert True
|
assert True
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user