summaryrefslogtreecommitdiff
path: root/jstests/replsets/single_server_majority.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/single_server_majority.js')
-rw-r--r--jstests/replsets/single_server_majority.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/single_server_majority.js b/jstests/replsets/single_server_majority.js
index 3e3a6dc7bbf..c36f021c989 100644
--- a/jstests/replsets/single_server_majority.js
+++ b/jstests/replsets/single_server_majority.js
@@ -9,4 +9,4 @@ col = db.getCollection("single_server_majority");
col.drop();
// see if we can get a majority write on this single server
-assert.writeOK(col.save({ a: "test" }, { writeConcern: { w: 'majority' }})); \ No newline at end of file
+assert.writeOK(col.save({a: "test"}, {writeConcern: {w: 'majority'}})); \ No newline at end of file