Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
eromano committed Jun 25, 2018
1 parent 192303c commit e5535b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/services/authentication.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ describe('AuthenticationService', () => {
},
(err: any) => {
expect(err).toBeDefined();
expect(authService.getTicketBpm()).toBe(null);
expect(authService.getTicketBpm()).toBe(undefined);
done();
});

Expand Down

0 comments on commit e5535b1

Please sign in to comment.