summaryrefslogtreecommitdiff
path: root/jstests/core/apply_ops1.js
diff options
context:
space:
mode:
authorMatthew Russotto <matthew.russotto@10gen.com>2018-01-16 14:54:44 -0500
committerMatthew Russotto <matthew.russotto@10gen.com>2018-01-16 16:34:36 -0500
commitef81d53b986aa701c722820a204eba73a635f748 (patch)
tree791caf39d5285edd3f00a5835de63d6fcae05e8e /jstests/core/apply_ops1.js
parent25f0c6ae6c4fa80244cadb8a6bfcbf9bcc8b7742 (diff)
downloadmongo-ef81d53b986aa701c722820a204eba73a635f748.tar.gz
SERVER-32726 Fix out-of-order error code in update_driver.cpp
Diffstat (limited to 'jstests/core/apply_ops1.js')
-rw-r--r--jstests/core/apply_ops1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/apply_ops1.js b/jstests/core/apply_ops1.js
index 9cfddf7e314..fc019951efd 100644
--- a/jstests/core/apply_ops1.js
+++ b/jstests/core/apply_ops1.js
@@ -546,7 +546,7 @@
}
]
}));
- assert.eq(res.code, 50659);
+ assert.eq(res.code, 40682);
// When we explicitly specify {$v: 1}, we should get 'UpdateNode' update semantics, and $set
// operations get performed in lexicographic order.