Fix the typo

This commit is contained in:
Raymond Feng 2015-11-17 13:27:41 -08:00
parent 5ca9c47f44
commit d7bbd7e215
1 changed files with 1 additions and 1 deletions

View File

@ -2381,7 +2381,7 @@ describe('relations', function () {
it('can be used to query data', function (done) {
List.hasMany('todos', {model: Item});
db.automigrate(['List', 'Item', 'Fear', 'Find'], function () {
db.automigrate(['List', 'Item', 'Fear', 'Mind'], function () {
List.create({name: 'List 1'}, function (e, list) {
listId = list.id;
should.not.exist(e);