Skip to content

Commit

Permalink
test: fix time sensitive test (#533)
Browse files Browse the repository at this point in the history
chore: fix test

Signed-off-by: Nastya Rusina <[email protected]>
  • Loading branch information
anrusina authored Jul 1, 2022
1 parent a05e295 commit daf28e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { TaskExecutionDetails } from '../TaskExecutionDetails';
const date = { seconds: long(5), nanos: 0 };
const duration = { seconds: long(0), nanos: 0 };

const dateContent = '1/1/1970 12:00:05 AM UTC (52 years ago)';
const dateContent = '1/1/1970 12:00:05 AM UTC (53 years ago)';

describe('TaskExecutionDetails', () => {
it('should render details with task started info and duration', () => {
Expand Down

0 comments on commit daf28e6

Please sign in to comment.