mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
74647: Test case fix
This commit is contained in:
@@ -30,7 +30,7 @@ describe('RootDataService', () => {
|
||||
|
||||
it('should call findByHref using the root endpoint', (done) => {
|
||||
result$.subscribe(() => {
|
||||
expect((service as any).dataService.findByHref).toHaveBeenCalledWith(rootEndpoint);
|
||||
expect((service as any).dataService.findByHref).toHaveBeenCalledWith(rootEndpoint, true);
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user