Skip to content

Commit 63a7fc8

Browse files
committed
fix: lint
1 parent 2bcf4fa commit 63a7fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/query.castUpdate.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const assert = require('assert');
55
const castUpdate = require('../../lib/helpers/query/castUpdate');
66

77
describe('castUpdate', function() {
8-
it('avoids adding `$each` if `$addToSet` on mixed array (gh-11284)', function () {
8+
it('avoids adding `$each` if `$addToSet` on mixed array (gh-11284)', function() {
99
const schema = new Schema({ test: [] });
1010
const obj = { $addToSet: { test: [1, 2, 3] } };
1111

0 commit comments

Comments
 (0)