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

Commit 9b93aae3 by Jan Aagaard Meier

Use equalsDate instead of equals

1 parent 68bdfdc8
Showing with 1 additions and 1 deletions
......@@ -863,7 +863,7 @@ describe(Support.getTestDialectTeaser("DAO"), function () {
}, {
silent: true
}).then(function () {
expect(user.updatedAt).to.equal(updatedAt)
expect(user.updatedAt).to.equalDate(updatedAt)
self.clock.restore();
})
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!