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

Commit ac1bc875 by Nathan Marks

Updated silent=true test in instance integration test to use the equalTime assertion

1 parent 3dce6292
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!