summaryrefslogtreecommitdiff
path: root/jstests/core_standalone
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core_standalone')
-rw-r--r--jstests/core_standalone/write_concern.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/core_standalone/write_concern.js b/jstests/core_standalone/write_concern.js
index c02da6bb6f8..aa5a706ea71 100644
--- a/jstests/core_standalone/write_concern.js
+++ b/jstests/core_standalone/write_concern.js
@@ -1,4 +1,4 @@
-// This test verifies writeConcern behavior on a standalone mongod or embedded mongoed.
+// This test verifies writeConcern behavior on a standalone mongod.
(function() {
'use strict';
@@ -13,4 +13,4 @@ assert.commandWorked(col.insert({_id: "majority"}, {writeConcern: {w: "majority"
// writeConcern: 2 should not work on standalone
assert.writeError(col.insert({_id: 2}, {writeConcern: {w: 2}}), "expected writeConcern: 2 to fail");
-})(); \ No newline at end of file
+})();