Skip to content

Commit 0a071c5

Browse files
Malletscursoragent
andcommitted
fix: clarify manual doc mapping serialization test
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 56bd23b commit 0a071c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index/index_meta.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,7 @@ mod tests {
556556
assert_eq!(index_settings_deser, index_settings);
557557
}
558558
{
559+
// manual_doc_id_mapping should not be persisted.
559560
index_settings.manual_doc_id_mapping = true;
560561
let index_settings_json = serde_json::to_value(&index_settings).unwrap();
561562
assert_eq!(

0 commit comments

Comments
 (0)