fix(gpt): update the test cases.

This commit is contained in:
Haojun Liao 2025-03-19 15:52:27 +08:00
parent e7b393688a
commit 24de2e76b5
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class ServiceTest(unittest.TestCase):
if item["type"] == "anomaly-detection":
self.assertEqual(len(item["algo"]), 6)
else:
self.assertEqual(len(item["algo"]), 3)
self.assertEqual(len(item["algo"]), 4)
if __name__ == '__main__':