We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86489fa commit 4916a95Copy full SHA for 4916a95
tests/indexes_/test_checks.py
@@ -142,7 +142,7 @@ class Meta:
142
checks.Error(
143
"VectorSearchIndex requires the same number of similarities "
144
"and vector fields; expected 1 similarity but got 2.",
145
- id="django_mongodb_backend.indexes.VectorSearchIndex.E004",
+ id="django_mongodb_backend.indexes.VectorSearchIndex.E005",
146
obj=Article,
147
),
148
],
0 commit comments