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

Commit dd8a8f50 by Mick Hansen

add missing return

1 parent 901e3968
Showing with 1 additions and 2 deletions
...@@ -1632,8 +1632,7 @@ describe(Support.getTestDialectTeaser('Include'), function() { ...@@ -1632,8 +1632,7 @@ describe(Support.getTestDialectTeaser('Include'), function() {
return Member.bulkCreate(members).then(function () { return Member.bulkCreate(members).then(function () {
return Album.bulkCreate(albums).then(function () { return Album.bulkCreate(albums).then(function () {
return Member.findAll({
Member.findAll({
attributes: ['email'], attributes: ['email'],
include: [ include: [
{ {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!