Update tests

This commit is contained in:
taizan-hokouto
2020-11-03 18:13:09 +09:00
parent 81dee8a218
commit 02827b174e

View File

@@ -85,7 +85,7 @@ def test_pattern_unmatch(mocker):
try:
_ = VideoInfo('__test_id__')
assert False
except PatternUnmatchError:
except JSONDecodeError:
assert True