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

Commit 6f43acd4 by Igor Nawrocki

fixed pretty complicated test

1 parent cd76ad08
Showing with 1 additions and 1 deletions
...@@ -235,7 +235,7 @@ describe(Support.getTestDialectTeaser("Include"), function () { ...@@ -235,7 +235,7 @@ describe(Support.getTestDialectTeaser("Include"), function () {
}) })
} }
}); });
it.only('should work on pretty complicated case', function () { it('should work on pretty complicated case', function () {
var User = this.sequelize.define('User', { var User = this.sequelize.define('User', {
}) })
, SubscriptionForm = this.sequelize.define('SubscriptionForm', { , SubscriptionForm = this.sequelize.define('SubscriptionForm', {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!