Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 14, 2019
1 parent 58f8ff9 commit 5b5c728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model.test.js
Expand Up @@ -4949,7 +4949,7 @@ describe('Model', function() {

it('arrayFilter casting (gh-5965) (gh-7079)', function() {
return co(function*() {
const MyModel = db.model('gh5965', new Schema({
const MyModel = db.model('gh7079', new Schema({
_id: Number,
grades: [Number]
}));
Expand Down

0 comments on commit 5b5c728

Please sign in to comment.