1
0
This commit is contained in:
FrancescoMolinaro
2024-02-05 13:00:08 +01:00
parent 937687c414
commit 06cc944f2b

View File

@@ -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', () => {