Update unit tests

This commit is contained in:
Yura Bondarenko
2021-06-18 12:33:01 +02:00
parent 32003a72fd
commit 72e97ca6b4
3 changed files with 45 additions and 42 deletions

View File

@@ -120,7 +120,7 @@ describe('SubmissionFormCollectionComponent Component', () => {
});
const sectionsService: any = jasmine.createSpyObj('sectionsService', {
isSectionAvailable: of(true)
isSectionTypeAvailable: of(true)
});
beforeEach(waitForAsync(() => {