remove not needed spaces (#5495)

* remove not usefull spaces

* increase timeout

* increase timeout

* fix
This commit is contained in:
Eugenio Romano
2020-02-23 17:00:16 +00:00
committed by GitHub
parent 9e0e2bdfa6
commit 2d0b571875
302 changed files with 378 additions and 1245 deletions
@@ -197,5 +197,4 @@ describe('AuthGuardService ECM', () => {
expect(materialDialog.closeAll).toHaveBeenCalled();
});
});
@@ -181,5 +181,4 @@ describe('Auth Guard SSO role service', () => {
expect(authGuard.canActivate(route)).toBeFalsy();
expect(materialDialog.closeAll).toHaveBeenCalled();
});
});
@@ -501,5 +501,4 @@ describe('AuthenticationService', () => {
expect(authService.isALLProvider()).toBe(true);
});
});
});
@@ -134,8 +134,7 @@ describe('Comment ProcessService Service', () => {
}));
});
});
});
describe('Task comments', () => {
@@ -173,5 +173,4 @@ describe('Discovery Api Service', () => {
});
});
});
});
+2 -5
View File
@@ -90,8 +90,7 @@ describe('JwtHelperService', () => {
const result = jwtHelperService.hasRealmRoles(['role3', 'role2']);
expect(result).toBeFalsy();
});
});
});
describe('ClientRole ', () => {
@@ -138,7 +137,5 @@ describe('JwtHelperService', () => {
const result = jwtHelperService.hasRealmRolesForClientRole('fakeapp', ['role1', 'role2']);
expect(result).toBeFalsy();
});
});
});
});
+1 -2
View File
@@ -163,6 +163,5 @@ describe('PeopleProcessService', () => {
spyOn(apiService.getInstance(), 'getEcmUsername').and.returnValue('banana-user');
expect(service.isLocked(nodeOwnerAllowedLockWithActiveExpiration)).toBeTruthy();
});
});
});
});
@@ -59,5 +59,4 @@ describe('LoginDialogService', () => {
service.close();
expect(materialDialog.closeAll).toHaveBeenCalled();
});
});
-1
View File
@@ -105,5 +105,4 @@ describe('Sites service', () => {
}
});
});
});
@@ -55,5 +55,4 @@ describe('ThumbnailService', () => {
spyOn(apiService.contentApi, 'getDocumentThumbnailUrl').and.returnValue('/fake-thumbnail.png');
expect(service.getDocumentThumbnailUrl('some-id')).toContain('/fake-thumbnail.png');
});
});
@@ -54,5 +54,4 @@ describe('TranslateLoader', () => {
customLoader.registerProvider('login', 'path/login');
expect(customLoader.providerRegistered('login')).toBeTruthy();
});
});
@@ -98,5 +98,4 @@ describe('TranslationService', () => {
expect(translationService.instant('')).toEqual('');
expect(translationService.instant(undefined)).toEqual('');
});
});