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

Commit 4dfa7113 by Sascha Depold

let's see if this fixes the specs on travis

1 parent dcd24011
Showing with 1 additions and 1 deletions
......@@ -99,7 +99,7 @@ dialects.forEach(function(dialect) {
it('stores the current date in createdAt', function(done) {
this.User.create({ username: 'foo' }).success(function(user) {
expect(parseInt(+user.createdAt/1000)).toEqual(parseInt(+new Date()/1000))
expect(parseInt(+user.createdAt/5000)).toEqual(parseInt(+new Date()/5000))
done()
})
})
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!