Skip to content

Commit ee920b7

Browse files
committed
fix lint
1 parent 718d212 commit ee920b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model.populate.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11690,7 +11690,7 @@ describe('model: populate:', function() {
1169011690
assert.deepStrictEqual(obj.rubric.parameters.param2.evaluationPrompts.map(prompt => prompt.name), ['Test Prompt 3']);
1169111691
});
1169211692

11693-
it('handles populating embedded discriminator', async function () {
11693+
it('handles populating embedded discriminator', async function() {
1169411694
const sectionSchema = new Schema({
1169511695
subdoc: new Schema({
1169611696
name: String

0 commit comments

Comments
 (0)