mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
Update unit tests
This commit is contained in:
@@ -120,7 +120,7 @@ describe('SubmissionFormCollectionComponent Component', () => {
|
||||
});
|
||||
|
||||
const sectionsService: any = jasmine.createSpyObj('sectionsService', {
|
||||
isSectionAvailable: of(true)
|
||||
isSectionTypeAvailable: of(true)
|
||||
});
|
||||
|
||||
beforeEach(waitForAsync(() => {
|
||||
|
Reference in New Issue
Block a user