Skip to content

Commit 2148ba1

Browse files
test: TTL-946 update tests
1 parent 968cfec commit 2148ba1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/app/modules/customer-management/store/customer-management.actions.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@ import { TestBed, waitForAsync } from '@angular/core/testing';
22

33
import * as actions from './customer-management.actions';
44
import { TimeRangeFormComponent } from '../../reports/components/time-range-form/time-range-form.component';
5-
import { TechnologyReportTableComponent } from '../../technology-report/components/technology-report-table/technology-report-table.component';
6-
75

86
describe('CustomerManagmentActions', () => {
97

108
beforeEach(waitForAsync(() => {
119
TestBed.configureTestingModule({
12-
declarations: [TimeRangeFormComponent, TechnologyReportTableComponent],
10+
declarations: [TimeRangeFormComponent],
1311
imports: [],
1412
}).compileComponents();
1513
}));

0 commit comments

Comments
 (0)