summaryrefslogtreecommitdiff
path: root/jstests/core
diff options
context:
space:
mode:
authorYoonsoo Kim <yoonsoo.kim@mongodb.com>2023-05-13 03:30:00 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-05-13 05:01:45 +0000
commitcce813a0321b709fe846f4e0343e080a231f3a56 (patch)
treeae70884a03b0ebdcd32f4c1e3ff77ebd0dd04aed /jstests/core
parenta1f0cfdcbcc632133a7e65665c84b9344f4d8153 (diff)
downloadmongo-cce813a0321b709fe846f4e0343e080a231f3a56.tar.gz
SERVER-75853 Have hasOnlyRenameableMatchExpressionChildren() examine renames would succeed
Diffstat (limited to 'jstests/core')
-rw-r--r--jstests/core/timeseries/timeseries_index_use.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/jstests/core/timeseries/timeseries_index_use.js b/jstests/core/timeseries/timeseries_index_use.js
index ebcea9d8e6b..dda7471dd5a 100644
--- a/jstests/core/timeseries/timeseries_index_use.js
+++ b/jstests/core/timeseries/timeseries_index_use.js
@@ -403,8 +403,7 @@ const generateTest = (useHint) => {
{},
collation);
- /*********************************** Tests $expr predicates
- * *********************************/
+ /*********************************** Tests $expr predicates *******************************/
resetCollections();
assert.commandWorked(insert(coll, [
{_id: 0, [timeFieldName]: ISODate('1990-01-01 00:00:00.000Z'), [metaFieldName]: 2},