mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
68405: javadoc, test, and cleanup
This commit is contained in:

committed by
Art Lowel

parent
42d6527ca9
commit
6bffa68bbb
@@ -167,13 +167,12 @@ describe('ComColDataService', () => {
|
||||
expect(objectCache.getObjectByUUID).toHaveBeenCalledWith(scopeID);
|
||||
});
|
||||
|
||||
// TODO fix
|
||||
// it('should return the endpoint to fetch resources within the given scope', () => {
|
||||
// const result = service.getBrowseEndpoint(options);
|
||||
// const expected = '--e-';
|
||||
//
|
||||
// scheduler.expectObservable(result).toBe(expected, { e: scopedEndpoint });
|
||||
// });
|
||||
it('should return the endpoint to fetch resources within the given scope', () => {
|
||||
const result = service.getBrowseEndpoint(options);
|
||||
const expected = '--e-';
|
||||
|
||||
scheduler.expectObservable(result).toBe(expected, { e: scopedEndpoint });
|
||||
});
|
||||
});
|
||||
|
||||
describe('if the scope Community can\'t be found', () => {
|
||||
|
Reference in New Issue
Block a user