mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Fix one inspector test (#20072)
This commit is contained in:
parent
2885e871e3
commit
9f1fd9b93c
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
|
||||
import React from 'react';
|
||||
import { mount, shallow } from 'enzyme';
|
||||
import { mount } from 'enzyme';
|
||||
import { InspectorPanel } from './inspector_panel';
|
||||
|
||||
describe('InspectorPanel', () => {
|
||||
|
@ -70,7 +70,7 @@ describe('InspectorPanel', () => {
|
|||
});
|
||||
|
||||
it('should not allow updating adapters', () => {
|
||||
const component = shallow(
|
||||
const component = mount(
|
||||
<InspectorPanel
|
||||
adapters={adapters}
|
||||
onClose={() => true}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue