不要怂,就是干,撸起袖子干!

Commit 95d5ebac by Seth Samuel

Fix test typo

1 parent f542f7d6
Showing with 1 additions and 1 deletions
......@@ -1827,7 +1827,7 @@ describe(Support.getTestDialectTeaser("DAO"), function () {
{ username: 'Bob', secretValue: '44' }]
return ParanoidUser.sync({ force: true }).then(function() {
ParanoidUser.bulkCreate(data)
return ParanoidUser.bulkCreate(data)
}).then(function() {
return ParanoidUser.find({where : {secretValue : "42"}});
}).then(function(user){
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!