Skip to content

Commit ddbb7c6

Browse files
Mattia VianelliMattia Vianelli
authored andcommitted
DSC-2485 Lint fix
1 parent 3cc5fa5 commit ddbb7c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/shared/log-in/log-in.component.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ describe('LogInComponent', () => {
177177
component.excludedAuthMethod = AuthMethodType.Ip;
178178
const result = component.filterAndSortAuthMethods(authMethods, isBackdoor);
179179
expect(result).toEqual([
180-
{ authMethodType: AuthMethodType.Shibboleth, position: 3 }
180+
{ authMethodType: AuthMethodType.Shibboleth, position: 3 },
181181
]);
182182
});
183183

@@ -190,7 +190,7 @@ describe('LogInComponent', () => {
190190
component.excludedAuthMethod = undefined;
191191
const result = component.filterAndSortAuthMethods(authMethods, isBackdoor);
192192
expect(result).toEqual([
193-
{ authMethodType: AuthMethodType.Shibboleth, position: 1 }
193+
{ authMethodType: AuthMethodType.Shibboleth, position: 1 },
194194
]);
195195
});
196196
});

0 commit comments

Comments
 (0)