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

Commit 0f6bf4e6 by Sascha Depold

debugging for travis

1 parent b158b82d
Showing with 3 additions and 4 deletions
......@@ -11,8 +11,8 @@ module.exports = {
User.create({name: 'hallo', bio: 'welt'}).on('success', function(u) {
assert.eql(u.equals(u), true)
exit(function(){})
})
})
}).on('failure', function(err) { console.log(err) })
}).on('failure', function(err) { console.log(err) })
},
'it should correctly work with different primary keys': function(exit) {
var User = sequelize.define('User' + config.rand(), {
......@@ -43,4 +43,4 @@ module.exports = {
})
})
}
}
\ 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!