summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/apply_ops_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/apply_ops_test.cpp')
-rw-r--r--src/mongo/db/repl/apply_ops_test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/repl/apply_ops_test.cpp b/src/mongo/db/repl/apply_ops_test.cpp
index ed2b3fbe492..b22e4bf69a3 100644
--- a/src/mongo/db/repl/apply_ops_test.cpp
+++ b/src/mongo/db/repl/apply_ops_test.cpp
@@ -354,7 +354,8 @@ OplogEntry makeOplogEntry(OpTypeEnum opType, const BSONObj& oField) {
boost::none, // optime of previous write within same transaction
boost::none, // pre-image optime
boost::none, // post-image optime
- boost::none); // ShardId of resharding recipient
+ boost::none, // ShardId of resharding recipient
+ boost::none); // _id
}
TEST_F(ApplyOpsTest, ExtractOperationsReturnsTypeMismatchIfNotCommand) {