summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/fle_compact_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/fle_compact_test.cpp')
-rw-r--r--src/mongo/db/commands/fle_compact_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/commands/fle_compact_test.cpp b/src/mongo/db/commands/fle_compact_test.cpp
index 0112338facb..9ee23271cfd 100644
--- a/src/mongo/db/commands/fle_compact_test.cpp
+++ b/src/mongo/db/commands/fle_compact_test.cpp
@@ -395,8 +395,8 @@ void FleCompactTest::doSingleInsert(int id, BSONObj encryptedFieldsObj) {
auto efc =
generateEncryptedFieldConfig(encryptedFieldsObj.getFieldNames<std::set<std::string>>());
- uassertStatusOK(
- processInsert(_queryImpl.get(), _namespaces.edcNss, serverPayload, efc, result));
+ uassertStatusOK(processInsert(
+ _queryImpl.get(), _namespaces.edcNss, serverPayload, efc, kUninitializedTxnNumber, result));
}
void FleCompactTest::doSingleDelete(int id, BSONObj encryptedFieldsObj) {