forked from hazza/dspace-angular
74647: Test case fix
This commit is contained in:
@@ -30,7 +30,7 @@ describe('RootDataService', () => {
|
|||||||
|
|
||||||
it('should call findByHref using the root endpoint', (done) => {
|
it('should call findByHref using the root endpoint', (done) => {
|
||||||
result$.subscribe(() => {
|
result$.subscribe(() => {
|
||||||
expect((service as any).dataService.findByHref).toHaveBeenCalledWith(rootEndpoint);
|
expect((service as any).dataService.findByHref).toHaveBeenCalledWith(rootEndpoint, true);
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user