summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
Diffstat (limited to 'jstests')
-rw-r--r--jstests/replsets/libs/rollback_test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/libs/rollback_test.js b/jstests/replsets/libs/rollback_test.js
index 89c3bb972be..6d0f87d4aeb 100644
--- a/jstests/replsets/libs/rollback_test.js
+++ b/jstests/replsets/libs/rollback_test.js
@@ -164,7 +164,7 @@ function RollbackTest(name = "RollbackTest", replSet) {
const dbName = "EnsureAnyNodeCanSyncFromAnyOther";
assert.commandWorked(curPrimary.getDB(dbName).ensureSyncSource.insert(
{thisDocument: 'is inserted to ensure any node can sync from any other'},
- {writeConcern: {w: 3, j: true}}));
+ {writeConcern: {w: 3}}));
}
/**