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

Commit 76a876f7 by Mick Hansen

Merge pull request #5056 from nathanmarks/update-timestamp-test

Changed assertion for silent=true test in instance integration
2 parents 3dce6292 ac1bc875
Showing with 1 additions and 1 deletions
......@@ -1079,7 +1079,7 @@ describe(Support.getTestDialectTeaser('Instance'), function() {
}, {
silent: true
}).then(function(user1) {
expect(user1.updatedAt).to.equalDate(updatedAt);
expect(user1.updatedAt).to.equalTime(updatedAt);
});
});
});
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!