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

Commit 0207b478 by Mick Hansen

fix sqlite test

1 parent 2d97a983
Showing with 4 additions and 1 deletions
......@@ -365,7 +365,10 @@ describe(Support.getTestDialectTeaser("Include"), function () {
{model: Tag}
]}
],
order: [ ['id'], [Product, 'id'] ]
order: [
User.rawAttributes.id,
[Product, 'id']
]
}).done(function (err, user) {
expect(err).not.to.be.ok
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!