Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Hajjiri committed Sep 6, 2023
1 parent 2bcf4fa commit 63a7fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/query.castUpdate.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const assert = require('assert');
const castUpdate = require('../../lib/helpers/query/castUpdate');

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

Expand Down

0 comments on commit 63a7fc8

Please sign in to comment.