summaryrefslogtreecommitdiff
path: root/jstests/core_standalone
diff options
context:
space:
mode:
authorAndrew Morrow <andrew.morrow@10gen.com>2019-12-09 19:22:42 +0000
committerevergreen <evergreen@mongodb.com>2019-12-09 19:22:42 +0000
commitbe05c9ea62d6f01895545628992f1899426b88c4 (patch)
tree232741ad863ff71b4b09b70a4b692c6010c5ff26 /jstests/core_standalone
parent4f00d6e3d7e54a2d131b8216d4b4ef9bfd7a7c6b (diff)
downloadmongo-be05c9ea62d6f01895545628992f1899426b88c4.tar.gz
SERVER-44546 Remove mobile variants and embedded benchmarks
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
+})();