summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Jesse Jiryu Davis <jesse@mongodb.com>2021-02-07 19:05:54 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-08 23:00:57 +0000
commit8e177a8c5eef5aedc0c4fdf08d6e764389907cb6 (patch)
treef71f4dd2fcc471bc5055b9ab53425d00f661338d
parentd8575b1ab1f1c9a1301dc7c175afeb3772429b51 (diff)
downloadmongo-8e177a8c5eef5aedc0c4fdf08d6e764389907cb6.tar.gz
SERVER-54043 Remove TODO
-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