Skip to content

Commit 823aa3e

Browse files
committed
test: remove "update" from "stream -> throws"
1 parent 44d57d2 commit 823aa3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2625,7 +2625,7 @@ describe('mquery', function() {
26252625

26262626
describe('throws', function() {
26272627
describe('if used with non-find operations', function() {
2628-
const ops = ['update', 'findOneAndUpdate', 'count', 'distinct'];
2628+
const ops = ['findOneAndUpdate', 'count', 'distinct'];
26292629

26302630
ops.forEach(function(op) {
26312631
assert.throws(function() {

0 commit comments

Comments
 (0)