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

Commit 99ed04c7 by Jochem Maas

remove debug cruft

1 parent 70f3cded
Showing with 1 additions and 1 deletions
......@@ -254,7 +254,7 @@ describe('DAOFactory', function() {
*/
it("handles limit", function() {
Helpers.async(function(done) {
User.findAndCountAll({limit: 1})/*.on('sql', console.log)*/.success(function(info) {
User.findAndCountAll({limit: 1}).success(function(info) {
expect(info.count).toEqual(fullcount)
expect(Array.isArray(info.rows)).toBeTruthy()
expect(info.rows.length).toEqual(1)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!