Skip to content

Commit dc18012

Browse files
committed
Merge branch 'vkarpov15/Automatticgh-15048' of github.com:Automattic/mongoose into vkarpov15/Automatticgh-15048
2 parents 874b4f9 + 233e767 commit dc18012

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/model.hydrate.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ describe('model', function() {
187187
});
188188

189189
db.deleteModel(/User/);
190+
db.deleteModel(/Company/);
190191
const User = db.model('User', userSchema);
191192
const Company = db.model('Company', companySchema);
192193

0 commit comments

Comments
 (0)