Skip to content

Commit 1c9ee96

Browse files
fix: TT-208 merging conflicts
2 parents 3a5e107 + a76051c commit 1c9ee96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/time-clock/components/entry-fields/entry-fields.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ describe('EntryFieldsComponent', () => {
459459
const mockEntry = {
460460
...entry,
461461
start_date: moment().format(DATE_FORMAT_YEAR),
462-
start_hour: moment().format('HH:mm'),
462+
start_hour: moment().format('HH:mm')
463463
};
464464
component.newData = mockEntry;
465465
featureToggleGeneralService.isActivated(FeatureToggle.UPDATE_ENTRIES).subscribe(() => {

0 commit comments

Comments
 (0)