Skip to content

Commit b73af8d

Browse files
committed
2 parents 8d09a20 + a38203c commit b73af8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plugin.idGetter.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe('id virtual getter', function() {
4444
var db = start();
4545

4646
var schema = new Schema({
47-
id: String,
47+
id: String
4848
});
4949

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

0 commit comments

Comments
 (0)