Skip to content

Commit 342aa8a

Browse files
author
Rodrigo Lins
committed
fix: TTA-180 increasing test coveragew
1 parent 17e5932 commit 342aa8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/modules/login/services/login.service.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ describe('LoginService', () => {
132132
});
133133

134134
it('should return an http observable when call invalidateSessionCooke', () => {
135-
const result = service.invalidateSessionCookie()
135+
const result = service.invalidateSessionCookie();
136136
expect(result).toBeDefined();
137-
})
137+
});
138138

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

0 commit comments

Comments
 (0)