Skip to content

Commit 055ed9b

Browse files
committed
Fix spec broken by signature change.
1 parent d54754f commit 055ed9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/submission/sections/upload/file/section-upload-file.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ describe('SubmissionSectionUploadFileComponent test suite', () => {
175175
it('should init file data properly', () => {
176176
uploadService.getFileData.and.returnValue(observableOf(fileData));
177177

178-
comp.ngOnChanges();
178+
comp.ngOnChanges({});
179179

180180
expect(comp.fileData).toEqual(fileData);
181181
});

0 commit comments

Comments
 (0)