forked from hazza/dspace-angular
fix test
This commit is contained in:
@@ -121,7 +121,7 @@ describe('SuggestionsService test', () => {
|
||||
|
||||
it('should retrieve current user suggestions', () => {
|
||||
service.retrieveCurrentUserSuggestions('1234');
|
||||
expect(researcherProfileService.findById).toHaveBeenCalledWith('1234');
|
||||
expect(researcherProfileService.findById).toHaveBeenCalledWith('1234', true);
|
||||
});
|
||||
|
||||
it('should approve and import suggestion', () => {
|
||||
|
Reference in New Issue
Block a user