Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
scottybollinger committed Oct 14, 2021
1 parent f3342c3 commit 24a71e4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import React from 'react';

import { shallow } from 'enzyme';

import { EuiLink, EuiCallOut, EuiSwitch } from '@elastic/eui';
import { EuiCallOut, EuiSwitch } from '@elastic/eui';

import { Synchronization } from './synchronization';

Expand All @@ -28,7 +28,6 @@ describe('Synchronization', () => {
it('renders when config enabled', () => {
const wrapper = shallow(<Synchronization />);

expect(wrapper.find(EuiLink)).toHaveLength(1);
expect(wrapper.find(EuiSwitch)).toHaveLength(1);
});

Expand Down

0 comments on commit 24a71e4

Please sign in to comment.