Skip to content

Commit

Permalink
Merge branch 'vkarpov15/gh-13372' of github.com:Automattic/mongoose i…
Browse files Browse the repository at this point in the history
…nto vkarpov15/gh-13372
  • Loading branch information
vkarpov15 committed May 23, 2023
2 parents edd68a2 + d5e49bc commit 88cca18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/types.array.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1900,7 +1900,7 @@ describe('types array', function() {
m.Schema.Types.Array.options.castNonArrays = true;
});

it('supports setting nested arrays directly (gh-13372)', async function() {
it('supports setting nested arrays directly (gh-13372)', function() {
const Test = db.model('Test', new Schema({ intArr: [[Number]] }));

const intArr = [[1, 2], [3, 4]];
Expand Down

0 comments on commit 88cca18

Please sign in to comment.