Fix test name.

This commit is contained in:
Kishore Nallan 2023-05-12 12:19:36 +05:30
parent fb1c1a5f6c
commit 706a14bf3f

View File

@ -2538,7 +2538,7 @@ TEST_F(CollectionNestedFieldsTest, UpdateNestedDocumentAutoSchema) {
ASSERT_EQ(1, results["found"].get<size_t>());
}
TEST_F(CollectionNestedFieldsTest, HighlightArrayOfObjects) {
TEST_F(CollectionNestedFieldsTest, ImproveErrorMessageForNestedArrayNumericalFields) {
nlohmann::json schema = R"({
"name": "coll1",
"enable_nested_fields": true,