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 CookieCloudTest(TestCase):
def test_cookiecloud(self):
result = CookieCloudChain().process()
self.assertEqual(result[0], True)
self.assertTrue(result[0])