summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_change_stream_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/document_source_change_stream_test.cpp')
-rw-r--r--src/mongo/db/pipeline/document_source_change_stream_test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/pipeline/document_source_change_stream_test.cpp b/src/mongo/db/pipeline/document_source_change_stream_test.cpp
index 1f5ca2eba18..3b98a53104f 100644
--- a/src/mongo/db/pipeline/document_source_change_stream_test.cpp
+++ b/src/mongo/db/pipeline/document_source_change_stream_test.cpp
@@ -1637,7 +1637,6 @@ TEST_F(ChangeStreamStageTest, CommitCommandReturnsOperationsFromPreparedTransact
sessionInfo.setSessionId(makeLogicalSessionIdForTest());
auto oplogEntry =
repl::DurableOplogEntry(kDefaultOpTime, // optime
- 1LL, // hash
OpTypeEnum::kCommand, // opType
nss.getCommandNS(), // namespace
boost::none, // uuid
@@ -2071,7 +2070,6 @@ TEST_F(ChangeStreamStageTest, PreparedTransactionWithMultipleOplogEntries) {
// Create an oplog entry representing the commit for the prepared transaction.
auto commitEntry = repl::DurableOplogEntry(
kDefaultOpTime, // optime
- 1LL, // hash
OpTypeEnum::kCommand, // opType
nss.getCommandNS(), // namespace
boost::none, // uuid
@@ -2217,7 +2215,6 @@ TEST_F(ChangeStreamStageTest, PreparedTransactionEndingWithEmptyApplyOps) {
// Create an oplog entry representing the commit for the prepared transaction.
auto commitEntry = repl::DurableOplogEntry(
kDefaultOpTime, // optime
- 1LL, // hash
OpTypeEnum::kCommand, // opType
nss.getCommandNS(), // namespace
boost::none, // uuid