Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 3, 2019
1 parent 899ccdd commit bfb3a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model.translateAliases.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const mongoose = start.mongoose;

describe('model translate aliases', function() {
it('should translate correctly', function() {
const Syntax =new mongoose.Schema({
const Syntax = new mongoose.Schema({
s: { type: String, alias: 'syntax' }
});

Expand Down

0 comments on commit bfb3a9a

Please sign in to comment.