From d7bbd7e215073f6d484ebe06c132d19ba2aa4d72 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Tue, 17 Nov 2015 13:27:41 -0800 Subject: [PATCH] Fix the typo --- test/relations.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/relations.test.js b/test/relations.test.js index aca1ad59..fa05fcc6 100644 --- a/test/relations.test.js +++ b/test/relations.test.js @@ -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);