Skip to content

Commit 8a5bac7

Browse files
fix test
1 parent 84a2f7f commit 8a5bac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/test-utils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import plotly from 'plotly.js';
22
import {extendDeep} from 'plotly.js/src/lib/extend';
3-
import PlotlyEditor from '../PlotlyEditor';
3+
import EditorControls from '../EditorControls';
44
import {configure, mount, shallow} from 'enzyme';
55
import {dereference} from '../lib';
66
import Adapter from 'enzyme-adapter-react-16';
@@ -151,4 +151,4 @@ function setupGraphDiv(figure) {
151151
return gd;
152152
}
153153

154-
export {fixtures, plotly, PlotlyEditor as TestEditor, mount, shallow};
154+
export {fixtures, plotly, EditorControls as TestEditor, mount, shallow};

0 commit comments

Comments
 (0)