diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-11-18 18:23:16 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-11-18 18:23:16 +0100 |
commit | 2fe43166cc4ab4d05261c3fe9690a49284c90570 (patch) | |
tree | 447a5232ae89c2775608c237330f3aa0ecc379a7 /etc/unittest/backend.py | |
parent | Add account support in Copilot provider (diff) | |
download | gpt4free-2fe43166cc4ab4d05261c3fe9690a49284c90570.tar gpt4free-2fe43166cc4ab4d05261c3fe9690a49284c90570.tar.gz gpt4free-2fe43166cc4ab4d05261c3fe9690a49284c90570.tar.bz2 gpt4free-2fe43166cc4ab4d05261c3fe9690a49284c90570.tar.lz gpt4free-2fe43166cc4ab4d05261c3fe9690a49284c90570.tar.xz gpt4free-2fe43166cc4ab4d05261c3fe9690a49284c90570.tar.zst gpt4free-2fe43166cc4ab4d05261c3fe9690a49284c90570.zip |
Diffstat (limited to 'etc/unittest/backend.py')
-rw-r--r-- | etc/unittest/backend.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/unittest/backend.py b/etc/unittest/backend.py index e781de8a..a90bf253 100644 --- a/etc/unittest/backend.py +++ b/etc/unittest/backend.py @@ -46,4 +46,4 @@ class TestBackendApi(unittest.TestCase): self.skipTest(e) except MissingRequirementsError: self.skipTest("search is not installed") - self.assertEqual(4, len(result)) + self.assertTrue(len(result) >= 4) |