Skip to content

Commit c74604e

Browse files
WaVEVtimgraham
authored andcommitted
Fix unit test
1 parent ad3d6ec commit c74604e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/indexes_/test_checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class Meta:
142142
checks.Error(
143143
"VectorSearchIndex requires the same number of similarities "
144144
"and vector fields; expected 1 similarity but got 2.",
145-
id="django_mongodb_backend.indexes.VectorSearchIndex.E004",
145+
id="django_mongodb_backend.indexes.VectorSearchIndex.E005",
146146
obj=Article,
147147
),
148148
],

0 commit comments

Comments
 (0)