mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
fix test
This commit is contained in:
@@ -121,7 +121,7 @@ describe('SuggestionsService test', () => {
|
|||||||
|
|
||||||
it('should retrieve current user suggestions', () => {
|
it('should retrieve current user suggestions', () => {
|
||||||
service.retrieveCurrentUserSuggestions('1234');
|
service.retrieveCurrentUserSuggestions('1234');
|
||||||
expect(researcherProfileService.findById).toHaveBeenCalledWith('1234');
|
expect(researcherProfileService.findById).toHaveBeenCalledWith('1234', true);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should approve and import suggestion', () => {
|
it('should approve and import suggestion', () => {
|
||||||
|
Reference in New Issue
Block a user