Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Aug 17, 2021
1 parent 6b92599 commit fca0627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model.populate.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4538,7 +4538,7 @@ describe('model: populate:', function() {
{ title: 'Save', moduleId: 1 },
{ title: 'Save As', moduleId: 1 },
{ title: 'Undo', moduleId: 2 },
{ title: 'Redo', moduleId: 2 },
{ title: 'Redo', moduleId: 2 }
]);

app = yield App.findById(app).populate('modules.menu');
Expand Down

0 comments on commit fca0627

Please sign in to comment.