Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
TT-85 fix: correct word fit
  • Loading branch information
PaulRC-ioet committed Dec 22, 2020
commit 3155406e3c291a9dab1aeb0c2de182169a5b7edd
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ describe('DetailsFieldsComponent', () => {
expect(component.saveEntry.emit).toHaveBeenCalledWith(data);
});

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

Expand Down