Fix the typo
This commit is contained in:
parent
5ca9c47f44
commit
d7bbd7e215
|
@ -2381,7 +2381,7 @@ describe('relations', function () {
|
||||||
|
|
||||||
it('can be used to query data', function (done) {
|
it('can be used to query data', function (done) {
|
||||||
List.hasMany('todos', {model: Item});
|
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) {
|
List.create({name: 'List 1'}, function (e, list) {
|
||||||
listId = list.id;
|
listId = list.id;
|
||||||
should.not.exist(e);
|
should.not.exist(e);
|
||||||
|
|
Loading…
Reference in New Issue