diff options
-rw-r--r-- | jstests/core/timeseries/timeseries_metric_index_2dsphere.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/core/timeseries/timeseries_metric_index_2dsphere.js b/jstests/core/timeseries/timeseries_metric_index_2dsphere.js index 2e53de7fb24..5997a8254e3 100644 --- a/jstests/core/timeseries/timeseries_metric_index_2dsphere.js +++ b/jstests/core/timeseries/timeseries_metric_index_2dsphere.js @@ -22,8 +22,8 @@ if (!TimeseriesTest.timeseriesMetricIndexesEnabled(db.getMongo())) { } TimeseriesTest.run((insert) => { - const testdb = db.getSiblingDB("timeseries_special_indexes_db"); - const timeseriescoll = testdb.getCollection("timeseries_special_indexes_coll"); + const testdb = db.getSiblingDB("timeseries_metric_index_2dsphere_db"); + const timeseriescoll = testdb.getCollection("timeseries_metric_index_2dsphere_coll"); const bucketscoll = testdb.getCollection('system.buckets.' + timeseriescoll.getName()); const timeFieldName = 'tm'; |