Skip to content

Commit 16b47c2

Browse files
[DURACOM-317] fix expected timestamp
1 parent 4bb3b85 commit 16b47c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/audit-page/audit-table/audit-table.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe('AuditTableComponent', () => {
6767
it('should display the timestamp in the third column', () => {
6868
const rowElements = fixture.debugElement.queryAll(By.css('tbody tr'));
6969
const el = rowElements[0].query(By.css('td:nth-child(3)')).nativeElement;
70-
expect(el.textContent).toContain('2020-11-13 11:41:06');
70+
expect(el.textContent).toContain('2020-11-13 10:41:06');
7171
});
7272

7373
it('should display the objectUUID in the fourth column', () => {

0 commit comments

Comments
 (0)