Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/wlingke/mongoose
Browse files Browse the repository at this point in the history
  • Loading branch information
wlingke committed Oct 26, 2017
2 parents 8d09a20 + a38203c commit b73af8d
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 b73af8d

Please sign in to comment.