summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/internal_transactions_test_command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/internal_transactions_test_command.h')
-rw-r--r--src/mongo/s/commands/internal_transactions_test_command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/commands/internal_transactions_test_command.h b/src/mongo/s/commands/internal_transactions_test_command.h
index ac1252beab9..083d4bc0a12 100644
--- a/src/mongo/s/commands/internal_transactions_test_command.h
+++ b/src/mongo/s/commands/internal_transactions_test_command.h
@@ -102,7 +102,7 @@ public:
continue;
}
- const auto res = txnClient.runCommandSync(dbName, command);
+ const auto res = txnClient.runCommandSync(DatabaseName{dbName}, command);
sharedBlock->responses.emplace_back(
CommandHelpers::filterCommandReplyForPassthrough(