Skip to content

Commit 3bbd8ba

Browse files
committed
fix: TT-264 lines whites deleted
1 parent 0800fa8 commit 3bbd8ba

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/app/modules/customer-management/components/projects/components/project-list/project-list.component.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ describe('ProjectListComponent', () => {
8888
component.ngOnDestroy();
8989

9090
expect(subscription).toHaveBeenCalledTimes(1);
91-
9291
});
9392

9493
it('should destroy the projectTypesSubscription', () => {
@@ -98,7 +97,6 @@ describe('ProjectListComponent', () => {
9897
component.ngOnDestroy();
9998

10099
expect(subscriptionProjectTypes).toHaveBeenCalledTimes(1);
101-
102100
});
103101

104102
it('updateProject, should dispatch SetProjectToEdit action', () => {
@@ -144,7 +142,6 @@ describe('ProjectListComponent', () => {
144142
spyOn(component, 'openModal');
145143
component.switchStatus(itemData);
146144
expect(component.openModal).toHaveBeenCalled();
147-
148145
});
149146

150147
it('switchStatus should set showModal false when item.status = inactive', () => {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { TestBed, inject } from '@angular/core/testing';
22
import { UserService } from './user.service';
33
import { HttpClientTestingModule, HttpTestingController } from '@angular/common/http/testing';
44

5-
65
describe('UserService', () => {
76
let service: UserService;
87
let httpMock: HttpTestingController;

0 commit comments

Comments
 (0)