Skip to content

Commit 80441c0

Browse files
committed
style: fix lint
1 parent 8b2b4e6 commit 80441c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/document.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13952,7 +13952,7 @@ describe('document', function() {
1395213952
const doc = await Test.findOne({ professionalId }).lean().orFail();
1395313953
assert.ok(doc.professionalId instanceof mongoose.Types.ObjectId);
1395413954
});
13955-
13955+
1395613956
it('handles buffers stored as EJSON POJO (gh-14911)', async function() {
1395713957
const pdfSchema = new mongoose.Schema({
1395813958
pdfSettings: {

0 commit comments

Comments
 (0)