mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix test
This commit is contained in:
@@ -311,7 +311,7 @@ describe('AuthenticationService', () => {
|
||||
},
|
||||
(err: any) => {
|
||||
expect(err).toBeDefined();
|
||||
expect(authService.getTicketBpm()).toBe(null);
|
||||
expect(authService.getTicketBpm()).toBe(undefined);
|
||||
done();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user