Skip to content

Commit 9f72031

Browse files
[DURACOM-317] fix tests
1 parent 93623f7 commit 9f72031

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 10:41:06');
70+
expect(el.textContent).toContain('2020-11-13 11:41:06');
7171
});
7272

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

0 commit comments

Comments
 (0)