Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
VladLasitsa committed Apr 6, 2021
1 parent bc7e3be commit 9de3f72
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Position } from '@elastic/charts';
import { IAggConfig, IAggType } from 'src/plugins/data/public';

import { ChartType } from '../../../../../common';
import { VisParams, SeriesParam, ValueAxis, AxisMode, ChartMode } from '../../../../types';
import { VisParams, SeriesParam, ValueAxis } from '../../../../types';
import MetricsAxisOptions from './index';
import { ValidationVisOptionsProps } from '../../common';
import { ValueAxesPanel } from './value_axes_panel';
Expand Down Expand Up @@ -146,7 +146,6 @@ describe('MetricsAxisOptions component', () => {
});

it('should set the custom title to match the value axis label when only one agg exists for that axis', () => {
defaultProps.stateParams.valueAxes[0].scale.mode = AxisMode.Normal;
const component = mount(<MetricsAxisOptions {...defaultProps} />);
const agg = {
id: aggCount.id,
Expand Down

0 comments on commit 9de3f72

Please sign in to comment.