mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
Fix unit test
This commit is contained in:
parent
2b85c5802f
commit
d53797cf86
@ -624,7 +624,7 @@ describe('DisplayValueWidget', () => {
|
||||
let row = <DynamicTableRow> { value: { key: value } };
|
||||
let column = <DynamicTableColumn> { id: 'key', type: 'Date' };
|
||||
|
||||
expect(widget.getCellValue(row, column)).toBe('04-10-2016');
|
||||
expect(widget.getCellValue(row, column)).toBe('4-10-2016');
|
||||
});
|
||||
|
||||
it('should fallback to empty cell value for date', () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user