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

Commit d73b4b46 by Mick Hansen

.only is bad for your health

1 parent 00d14487
Showing with 1 additions and 1 deletions
......@@ -37,7 +37,7 @@ describe(Support.getTestDialectTeaser("Include"), function () {
})
// We don't support naming associations the same as the foreign key, however the system should not crash because of it, the results hould just be wrong as is expected behaviour currently.
it.only('should not throw an error when an empty include is named the same as the foreign key', function (done) {
it('should not throw an error when an empty include is named the same as the foreign key', function (done) {
var section = this.sequelize.define('section', { name: DataTypes.STRING });
var layout = this.sequelize.define('layout', { name: DataTypes.STRING });
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!