Skip to content

Commit 3b7454d

Browse files
committed
TT-85 fix: correct word fit
1 parent 1ba4412 commit 3b7454d

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
@@ -319,7 +319,7 @@ describe('DetailsFieldsComponent', () => {
319319
expect(component.saveEntry.emit).toHaveBeenCalledWith(data);
320320
});
321321

322-
fit('onSubmit an entry without change hours, should not modify the start_date and end_date ', () => {
322+
it('onSubmit an entry without change hours, should not modify the start_date and end_date ', () => {
323323
component.entryToEdit = {...entryToEdit, description: 'test', };
324324
fixture.componentInstance.ngOnChanges();
325325

0 commit comments

Comments
 (0)