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

Commit abe95c86 by Sascha Depold

enabled test for one-to-many association prefetching

1 parent cfd212c0
Showing with 1 additions and 4 deletions
......@@ -417,7 +417,7 @@ dialects.forEach(function(dialect) {
}.bind(this)) //- sequelize.sync
})
it('//fetches associated objects for 1:N associations (1st direction)', function(done) {
it('fetches associated objects for 1:N associations (1st direction)', function(done) {
this.User.hasMany(this.Task)
this.Task.belongsTo(this.User)
......@@ -444,10 +444,7 @@ dialects.forEach(function(dialect) {
}.bind(this)) //- User.create
}.bind(this)) //- sequelize.sync
})
})
}
})
})
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!