Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: TTA-180 increasing test coveragew
  • Loading branch information
Rodrigo Lins committed Oct 19, 2022
commit 342aa8a547fda32d2d4406db3b6477cd9da689fe
4 changes: 2 additions & 2 deletions src/app/modules/login/services/login.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ describe('LoginService', () => {
});

it('should return an http observable when call invalidateSessionCooke', () => {
const result = service.invalidateSessionCookie()
const result = service.invalidateSessionCookie();
expect(result).toBeDefined();
})
});

it('should call cookieService when app is isLegacyProd', () => {
service.isLegacyProd = true;
Expand Down