Unit test fixes

This commit is contained in:
Denys Vuika
2016-09-26 15:43:00 +01:00
parent 75fca80c1f
commit b372c4ecdc
@@ -188,7 +188,7 @@ describe('ShareDataTableAdapter', () => {
});
it('should log error when having date conversion issues', () => {
let dateValue = null;
let dateValue = <Date> {};
let file = new FileNode();
file.entry.createdAt = dateValue;