Skip to content

Commit 6bc42ce

Browse files
committedJan 12, 2024
test: add missing issue to test title
1 parent 195b46c commit 6bc42ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/document.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8208,7 +8208,7 @@ describe('document', function() {
82088208
assert.deepEqual(Object.keys(err.errors), ['age']);
82098209
});
82108210

8211-
it('array push with $position (gh-4322)', async function() {
8211+
it('array push with $position (gh-14244) (gh-4322)', async function() {
82128212
const schema = Schema({
82138213
nums: [Number]
82148214
});

0 commit comments

Comments
 (0)
Please sign in to comment.