mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
fixed tests after angular 10 upgrade
This commit is contained in:
@@ -83,7 +83,7 @@ describe('JsonPatchOperationsService test suite', () => {
|
||||
const getRequestEntry$ = (successful: boolean) => {
|
||||
return observableOf({
|
||||
response: { isSuccessful: successful, timeAdded: timestampResponse } as any
|
||||
} as RequestEntry)
|
||||
} as RequestEntry);
|
||||
};
|
||||
|
||||
function initTestService(): TestService {
|
||||
|
Reference in New Issue
Block a user