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

Commit 96d54225 by Mick Hansen

Update findAll.test.js

1 parent d828c797
Showing with 1 additions and 4 deletions
......@@ -2113,8 +2113,6 @@ describe(Support.getTestDialectTeaser('Include'), function() {
['lastName', 'DESC']
],
limit: 5
}).on('sql', function (sql) {
console.log(sql);
}).then(function (users) {
expect(users[0].lastName).to.equal('Albertsen');
expect(users[0].Company.rank).to.equal(1);
......@@ -2129,4 +2127,4 @@ describe(Support.getTestDialectTeaser('Include'), function() {
});
});
});
});
\ No newline at end of file
});
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!