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

Commit f2fa9eb4 by Mick Hansen

fix jshint

1 parent 0b1e3c49
Showing with 1 additions and 1 deletions
......@@ -241,7 +241,7 @@ suite(Support.getTestDialectTeaser('SQL'), function() {
]
}, {
default: "([name] LIKE '%someValue1%' AND [name] LIKE '%someValue2%')"
})
});
test("sequelize.and({shared: 1, sequelize.or({group_id: 1}, {user_id: 2}))", function () {
expectsql(sql.whereItemQuery(undefined, this.sequelize.and({shared: 1}, this.sequelize.or({group_id: 1}, {user_id: 2}))), {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!