We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d57d2 commit 823aa3eCopy full SHA for 823aa3e
test/index.js
@@ -2625,7 +2625,7 @@ describe('mquery', function() {
2625
2626
describe('throws', function() {
2627
describe('if used with non-find operations', function() {
2628
- const ops = ['update', 'findOneAndUpdate', 'count', 'distinct'];
+ const ops = ['findOneAndUpdate', 'count', 'distinct'];
2629
2630
ops.forEach(function(op) {
2631
assert.throws(function() {
0 commit comments