mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 21:43:04 +00:00
implemented applying of a patch
This commit is contained in:
@@ -29,8 +29,8 @@ class TestService extends ComColDataService<NormalizedTestObject, any> {
|
||||
protected store: Store<CoreState>,
|
||||
protected EnvConfig: GlobalConfig,
|
||||
protected cds: CommunityDataService,
|
||||
protected objectCache: ObjectCacheService,
|
||||
protected halService: HALEndpointService,
|
||||
protected objectCache: ObjectCacheService,
|
||||
protected linkPath: string
|
||||
) {
|
||||
super();
|
||||
@@ -92,8 +92,8 @@ describe('ComColDataService', () => {
|
||||
store,
|
||||
EnvConfig,
|
||||
cds,
|
||||
objectCache,
|
||||
halService,
|
||||
objectCache,
|
||||
LINK_NAME
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user