summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/storage_timestamp_tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/dbtests/storage_timestamp_tests.cpp')
-rw-r--r--src/mongo/dbtests/storage_timestamp_tests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/dbtests/storage_timestamp_tests.cpp b/src/mongo/dbtests/storage_timestamp_tests.cpp
index 9917fd3b48f..ed8218a541b 100644
--- a/src/mongo/dbtests/storage_timestamp_tests.cpp
+++ b/src/mongo/dbtests/storage_timestamp_tests.cpp
@@ -2275,7 +2275,7 @@ public:
// After the index build has finished, we should not see the doc in the indexBuilds
// collection.
- ASSERT_EQUALS(1, itCount(collection));
+ ASSERT_EQUALS(0, itCount(collection));
}
}
};
@@ -2526,7 +2526,7 @@ public:
// After the index build has finished, we should not see the doc in the indexBuilds
// collection.
- ASSERT_EQUALS(1, itCount(collection));
+ ASSERT_EQUALS(0, itCount(collection));
}
}
};