summaryrefslogtreecommitdiffstats
path: root/etc/unittest/backend.py
diff options
context:
space:
mode:
authorHeiner Lohaus <hlohaus@users.noreply.github.com>2024-11-18 18:23:16 +0100
committerHeiner Lohaus <hlohaus@users.noreply.github.com>2024-11-18 18:23:16 +0100
commit2fe43166cc4ab4d05261c3fe9690a49284c90570 (patch)
tree447a5232ae89c2775608c237330f3aa0ecc379a7 /etc/unittest/backend.py
parentAdd account support in Copilot provider (diff)
downloadgpt4free-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.py2
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)