mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
fix BulkAccessSettingsComponent test
This commit is contained in:
@@ -70,6 +70,7 @@ describe('BulkAccessSettingsComponent', () => {
|
|||||||
const expectedValue = mockFormState;
|
const expectedValue = mockFormState;
|
||||||
(component.controlForm as any).getFormValue.and.returnValue(mockFormState);
|
(component.controlForm as any).getFormValue.and.returnValue(mockFormState);
|
||||||
const actualValue = component.getValue();
|
const actualValue = component.getValue();
|
||||||
|
// @ts-ignore
|
||||||
expect(actualValue).toEqual(expectedValue);
|
expect(actualValue).toEqual(expectedValue);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user