Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Nov 26, 2020
1 parent bf00555 commit 1003ed7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x-pack/plugins/apm/public/selectors/chart_selectors.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ describe('chart selectors', () => {
expect(getAnomalyScoreSeries(data)).toEqual({
color: '#e7664c',
data: [{ x0: 0, x: 10 }],
hideLegend: true,
hideTooltipValue: true,
title: 'Anomaly score',
type: 'rectAnnotation',
});
Expand Down

0 comments on commit 1003ed7

Please sign in to comment.