This commit is contained in:
Eugenio Romano
2018-06-25 14:12:33 +01:00
parent 5710749e9d
commit de216d86f0
@@ -311,7 +311,7 @@ describe('AuthenticationService', () => {
}, },
(err: any) => { (err: any) => {
expect(err).toBeDefined(); expect(err).toBeDefined();
expect(authService.getTicketBpm()).toBe(null); expect(authService.getTicketBpm()).toBe(undefined);
done(); done();
}); });