File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ var Color = require('@src/components/color');
7
7
var handleTickValueDefaults = require ( '@src/plots/cartesian/tick_value_defaults' ) ;
8
8
var Axes = PlotlyInternal . Axes ;
9
9
10
- var createGraph = require ( '../assets/create_graph_div' ) ;
11
- var destroyGraph = require ( '../assets/destroy_graph_div' ) ;
10
+ var createGraphDiv = require ( '../assets/create_graph_div' ) ;
11
+ var destroyGraphDiv = require ( '../assets/destroy_graph_div' ) ;
12
12
13
13
14
14
describe ( 'Test axes' , function ( ) {
@@ -326,10 +326,10 @@ describe('Test axes', function() {
326
326
gd ;
327
327
328
328
beforeEach ( function ( ) {
329
- gd = createGraph ( ) ;
329
+ gd = createGraphDiv ( ) ;
330
330
} ) ;
331
331
332
- afterEach ( destroyGraph ) ;
332
+ afterEach ( destroyGraphDiv ) ;
333
333
334
334
it ( 'should set defaults on bad inputs' , function ( ) {
335
335
var layout = {
You can’t perform that action at this time.
0 commit comments