summaryrefslogtreecommitdiff
path: root/src/mongo/db/create_indexes.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/create_indexes.idl')
-rw-r--r--src/mongo/db/create_indexes.idl5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mongo/db/create_indexes.idl b/src/mongo/db/create_indexes.idl
index f91fb724213..300e65b31ca 100644
--- a/src/mongo/db/create_indexes.idl
+++ b/src/mongo/db/create_indexes.idl
@@ -61,9 +61,8 @@ structs:
type: string
optional: true
- # A built index appears with these fields, which must be the same as ListIndexReplyItem's fields
- # in list_indexes.idl.
- # TODO (SERVER-52539): Write a test that asserts they're the same.
+ # A built index appears with these fields, which must be the same as ListIndexesReplyItem's
+ # fields in list_indexes.idl.
NewIndexSpec:
description: "A type representing a spec for a new index"
strict: true