fix tests and lint issues

This commit is contained in:
Art Lowel
2020-04-28 16:35:51 +02:00
parent e4c4a1ecd4
commit 673926c36b
5 changed files with 9 additions and 7 deletions

View File

@@ -339,7 +339,7 @@ describe('SubmissionSectionformComponent test suite', () => {
comp.updateForm(sectionData, parsedSectionErrors);
expect(comp.initForm).not.toHaveBeenCalled();
expect(comp.initForm).toHaveBeenCalled();
expect(comp.checksForErrors).toHaveBeenCalled();
expect(comp.sectionData.data).toEqual(sectionData);
});