Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Jun 10, 2020
1 parent bcf5088 commit e688046
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ import {
} from '../../../../core/src/shared/components/copy-to-clipboard/copy-to-clipboard.component';
import { MetadataItemComponent } from '../../../../core/src/shared/components/metadata-item/metadata-item.component';
import { AppTestModule } from '../../../../core/test-framework/core-test.helper';
import {
EntityCatalogHelper,
} from '../../../../store/src/entity-catalog/entity-catalog-entity/entity-catalog-entity/entity-catalog.service';
import { EntityCatalogHelper } from '../../../../store/src/entity-catalog/entity-catalog-entity/entity-catalog.service';
import { EntityMonitorFactory } from '../../../../store/src/monitors/entity-monitor.factory.service';
import { PaginationMonitorFactory } from '../../../../store/src/monitors/pagination-monitor.factory';
import { CfAutoscalerTestingModule } from '../../cf-autoscaler-testing.module';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ import { CoreModule } from '../../../../../core/src/core/core.module';
import { SharedModule } from '../../../../../core/src/shared/shared.module';
import { AppTestModule } from '../../../../../core/test-framework/core-test.helper';
import { generateTestEntityServiceProvider } from '../../../../../core/test-framework/entity-service.helper';
import {
EntityCatalogHelper,
} from '../../../../../store/src/entity-catalog/entity-catalog-entity/entity-catalog-entity/entity-catalog.service';
import { EntityCatalogHelper } from '../../../../../store/src/entity-catalog/entity-catalog-entity/entity-catalog.service';
import { EntityServiceFactory } from '../../../../../store/src/entity-service-factory.service';
import { EntityMonitorFactory } from '../../../../../store/src/monitors/entity-monitor.factory.service';
import { CfAutoscalerTestingModule } from '../../../cf-autoscaler-testing.module';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@ import { ConfirmationDialogService } from '../../../../../../core/src/shared/com
import { AppTestModule } from '../../../../../../core/test-framework/core-test.helper';
import {
EntityCatalogHelper,
} from '../../../../../../store/src/entity-catalog/entity-catalog-entity/entity-catalog-entity/entity-catalog.service';
} from '../../../../../../store/src/entity-catalog/entity-catalog-entity/entity-catalog.service';
import { EntityMonitorFactory } from '../../../../../../store/src/monitors/entity-monitor.factory.service';
import { PaginationMonitorFactory } from '../../../../../../store/src/monitors/pagination-monitor.factory';
import { CfAutoscalerTestingModule } from '../../../../cf-autoscaler-testing.module';
import { AppAutoscalerMetricChartCardComponent } from './app-autoscaler-metric-chart-card.component';
import { AppAutoscalerComboChartComponent } from './combo-chart/combo-chart.component';
import { AppAutoscalerComboSeriesVerticalComponent } from './combo-chart/combo-series-vertical.component';

/* tslint:disable:max-line-length */
/* tslint:enable:max-line-length */

describe('AppAutoscalerMetricChartCardComponent', () => {
let component: AppAutoscalerMetricChartCardComponent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,13 @@ import {
} from '../../../../../cloud-foundry/test-framework/application-service-helper';
import { MetricsRangeSelectorService } from '../../../../../core/src/shared/services/metrics-range-selector.service';
import { AppTestModule } from '../../../../../core/test-framework/core-test.helper';
import {
EntityCatalogHelper,
} from '../../../../../store/src/entity-catalog/entity-catalog-entity/entity-catalog-entity/entity-catalog.service';
import { EntityCatalogHelper } from '../../../../../store/src/entity-catalog/entity-catalog-entity/entity-catalog.service';
import { EntityServiceFactory } from '../../../../../store/src/entity-service-factory.service';
import { EntityMonitorFactory } from '../../../../../store/src/monitors/entity-monitor.factory.service';
import { PaginationMonitorFactory } from '../../../../../store/src/monitors/pagination-monitor.factory';
import { CfAutoscalerTestingModule } from '../../../cf-autoscaler-testing.module';
import { AppAutoscalerMetricChartListConfigService } from './app-autoscaler-metric-chart-list-config.service';

/* tslint:disable:max-line-length */

/* tslint:enable:max-line-length */

describe('AppAutoscalerMetricChartListConfigService', () => {
beforeEach(() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import { RouterTestingModule } from '@angular/router/testing';
import { StoreModule } from '@ngrx/store';
import { createBasicStoreModule } from '@stratos/store/testing';

import {
EntityCatalogHelper,
} from '../../store/src/entity-catalog/entity-catalog-entity/entity-catalog-entity/entity-catalog.service';
import { EntityCatalogHelper } from '../../store/src/entity-catalog/entity-catalog-entity/entity-catalog.service';
import { EntityCatalogHelpers } from '../../store/src/entity-catalog/entity-catalog.helper';
import { appReducers } from '../../store/src/reducers.module';
import { CoreModule } from '../src/core/core.module';
Expand Down

0 comments on commit e688046

Please sign in to comment.