summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/libs/index_build.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/libs/index_build.js')
-rw-r--r--jstests/noPassthrough/libs/index_build.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/libs/index_build.js b/jstests/noPassthrough/libs/index_build.js
index 3c2318c0a13..e67cc602bf9 100644
--- a/jstests/noPassthrough/libs/index_build.js
+++ b/jstests/noPassthrough/libs/index_build.js
@@ -212,7 +212,7 @@ var IndexBuildTest = class {
/**
* Returns true if majority commit quorum is supported by two phase index builds.
*/
- static IndexBuildCommitQuorumEnabled(conn) {
+ static indexBuildCommitQuorumEnabled(conn) {
return assert
.commandWorked(conn.adminCommand({getParameter: 1, enableIndexBuildCommitQuorum: 1}))
.enableIndexBuildCommitQuorum;