mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Added unit tests for services
This commit is contained in:
@@ -59,14 +59,14 @@ export class BpmUserService {
|
||||
/**
|
||||
* Call js api to get current user profile picture
|
||||
*/
|
||||
private callApiGetProfilePicture() {
|
||||
callApiGetProfilePicture() {
|
||||
return this.authService.getAlfrescoApi().activiti.profileApi.getProfile();
|
||||
}
|
||||
|
||||
/**
|
||||
* Call js api to get current user information
|
||||
*/
|
||||
private callApiGetProfile() {
|
||||
callApiGetProfile() {
|
||||
return this.authService.getAlfrescoApi().activiti.profileApi.getProfile();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user