更新 test_recognize.py
This commit is contained in:
parent
5eee0f0221
commit
506fd7427f
@ -17,4 +17,4 @@ class RecognizeTest(TestCase):
|
|||||||
result = IdentifyChain().process(title="我和我的祖国 2019")
|
result = IdentifyChain().process(title="我和我的祖国 2019")
|
||||||
self.assertEqual(str(result.media_info.tmdb_id), '612845')
|
self.assertEqual(str(result.media_info.tmdb_id), '612845')
|
||||||
exists = CommonChain().get_no_exists_info(result.media_info)
|
exists = CommonChain().get_no_exists_info(result.media_info)
|
||||||
self.assertEqual(exists, True)
|
self.assertEqual(exists[0], True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user