Skip to content

Commit 992d950

Browse files
Copilotrenemadsen
andcommitted
Fix TypeScript error in assigned-site test at line 211
Co-authored-by: renemadsen <[email protected]>
1 parent 58397ff commit 992d950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eform-client/src/app/plugins/modules/time-planning-pn/components/plannings/time-planning-actions/assigned-site/assigned-site-dialog.component.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ describe('AssignedSiteDialogComponent', () => {
214214
mondayBreakMinutesDivider: 480,
215215
mondayBreakMinutesPrDivider: 30,
216216
mondayBreakMinutesUpperLimit: 60
217-
} as any
218-
})
217+
}
218+
}) as any
219219
);
220220
});
221221

0 commit comments

Comments
 (0)