Skip to content

Commit 00b9f22

Browse files
committed
fix: TT-20 Calculate time difference when new entries added
1 parent ef85b2d commit 00b9f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/shared/components/details-fields/details-fields.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ describe('DetailsFieldsComponent', () => {
526526
},
527527
];
528528
diffParams.map((param) => {
529-
fit(`if [start_date, start_hour] and [end_date, end_hour] diff is ${param.case}`, () => {
529+
it(`if [start_date, start_hour] and [end_date, end_hour] diff is ${param.case}`, () => {
530530
component.entryForm.setValue({ ...formValues, ...param.entryDates });
531531
const timeDiff = component.getTimeDifference();
532532
expect(timeDiff).toBe(param.expectedTimeDiff);

0 commit comments

Comments
 (0)