Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
style: fix lint
  • Loading branch information
vkarpov15 committed Oct 8, 2024
commit 80441c00f5bb8e192fe1f16c49c5c3dca1826e4a
2 changes: 1 addition & 1 deletion test/document.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13952,7 +13952,7 @@ describe('document', function() {
const doc = await Test.findOne({ professionalId }).lean().orFail();
assert.ok(doc.professionalId instanceof mongoose.Types.ObjectId);
});

it('handles buffers stored as EJSON POJO (gh-14911)', async function() {
const pdfSchema = new mongoose.Schema({
pdfSettings: {
Expand Down