fix tests

This commit is contained in:
jxxghp
2023-06-07 23:09:36 +08:00
parent 506fd7427f
commit 4a04f4d7cb
8 changed files with 43 additions and 9 deletions

View File

@ -14,4 +14,4 @@ class DoubanSyncTest(TestCase):
def test_doubansync(self):
result = DoubanSyncChain().process()
self.assertEqual(result[0], True)
self.assertTrue(result[0])