This commit is contained in:
jxxghp
2023-06-08 18:47:04 +08:00
parent 298df1fbf8
commit a4a391f238
9 changed files with 44 additions and 28 deletions

View File

@ -12,6 +12,6 @@ class DoubanSyncTest(TestCase):
def tearDown(self) -> None:
pass
def test_doubansync(self):
result = DoubanSyncChain().process()
self.assertTrue(result[0])
@staticmethod
def test_doubansync():
DoubanSyncChain().process()