summaryrefslogtreecommitdiffstats
path: root/etc/unittest/backend.py
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-11-17 18:37:39 +0100
committerGitHub <noreply@github.com>2024-11-17 18:37:39 +0100
commit649de39081c62a9105ddb051af3e2995fb2e6f88 (patch)
treecfb39061d4fd50c7a2b1bc2ccf4b0431ace074d6 /etc/unittest/backend.py
parentMerge pull request #2362 from hlohaus/data-uri (diff)
parentUpdate (etc/unittest/backend.py) (diff)
downloadgpt4free-649de39081c62a9105ddb051af3e2995fb2e6f88.tar
gpt4free-649de39081c62a9105ddb051af3e2995fb2e6f88.tar.gz
gpt4free-649de39081c62a9105ddb051af3e2995fb2e6f88.tar.bz2
gpt4free-649de39081c62a9105ddb051af3e2995fb2e6f88.tar.lz
gpt4free-649de39081c62a9105ddb051af3e2995fb2e6f88.tar.xz
gpt4free-649de39081c62a9105ddb051af3e2995fb2e6f88.tar.zst
gpt4free-649de39081c62a9105ddb051af3e2995fb2e6f88.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 a2999c5c..e781de8a 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(5, len(result)) \ No newline at end of file
+ self.assertEqual(4, len(result))