Skip to content

Commit 233e767

Browse files
vkarpov15hasezoey
andauthored
Update test/model.hydrate.test.js
Co-authored-by: hasezoey <[email protected]>
1 parent f8c705e commit 233e767

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)