Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Oct 19, 2017
1 parent c6fac06 commit a38203c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugin.idGetter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('id virtual getter', function() {
var db = start();

var schema = new Schema({
id: String,
id: String
});

var S = db.model('NoIdGetter', schema);
Expand Down

0 comments on commit a38203c

Please sign in to comment.