mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Fix spec broken by signature change.
This commit is contained in:
@@ -175,7 +175,7 @@ describe('SubmissionSectionUploadFileComponent test suite', () => {
|
||||
it('should init file data properly', () => {
|
||||
uploadService.getFileData.and.returnValue(observableOf(fileData));
|
||||
|
||||
comp.ngOnChanges();
|
||||
comp.ngOnChanges({});
|
||||
|
||||
expect(comp.fileData).toEqual(fileData);
|
||||
});
|
||||
|
Reference in New Issue
Block a user