Skip to content

Commit

Permalink
Fix paths to the i18n enzyme helpers in monitoring tests. (#25593)
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin authored Nov 13, 2018
1 parent 68c07c7 commit ca1d280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import React from 'react';
import { PipelineViewer } from '../pipeline_viewer';
import { shallowWithIntl } from '../../../../../../../../test_utils/enzyme_helpers.js';
import { shallowWithIntl } from '../../../../../../../../test_utils/enzyme_helpers';
import { get } from 'lodash';

describe('PipelineViewer component', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import React from 'react';
import { PluginStatement } from '../plugin_statement';
import { shallowWithIntl } from '../../../../../../../../test_utils/enzyme_helpers.js';
import { shallowWithIntl } from '../../../../../../../../test_utils/enzyme_helpers';

import { EuiButtonEmpty, EuiBadge } from '@elastic/eui';

Expand Down

0 comments on commit ca1d280

Please sign in to comment.