mirror of
https://github.com/typesense/typesense.git
synced 2025-05-18 20:52:50 +08:00
Fix test name.
This commit is contained in:
parent
fb1c1a5f6c
commit
706a14bf3f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user