summaryrefslogtreecommitdiff
path: root/src/mongo/db/timeseries/timeseries_index_schema_conversion_functions_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/timeseries/timeseries_index_schema_conversion_functions_test.cpp')
-rw-r--r--src/mongo/db/timeseries/timeseries_index_schema_conversion_functions_test.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mongo/db/timeseries/timeseries_index_schema_conversion_functions_test.cpp b/src/mongo/db/timeseries/timeseries_index_schema_conversion_functions_test.cpp
index 88a2fd76b7d..db6eadda021 100644
--- a/src/mongo/db/timeseries/timeseries_index_schema_conversion_functions_test.cpp
+++ b/src/mongo/db/timeseries/timeseries_index_schema_conversion_functions_test.cpp
@@ -128,14 +128,6 @@ TEST(TimeseriesIndexSchemaConversionTest, OriginalSpecFieldName) {
}
}
-// {} <=> {}
-TEST(TimeseriesIndexSchemaConversionTest, EmptyTimeseriesIndexSpecDoesNothing) {
- TimeseriesOptions timeseriesOptions = makeTimeseriesOptions();
- BSONObj emptyIndexSpec = {};
-
- testBothWaysIndexSpecConversion(timeseriesOptions, emptyIndexSpec, emptyIndexSpec);
-}
-
// {tm: 1} <=> {control.min.tm: 1, control.max.tm: 1}
TEST(TimeseriesIndexSchemaConversionTest, AscendingTimeIndexSpecConversion) {
TimeseriesOptions timeseriesOptions = makeTimeseriesOptions();