File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ describe('Test Plots', function() {
21
21
} ] ;
22
22
23
23
var oldFullLayout = {
24
- _plots : { xy : { } } ,
24
+ _plots : { xy : { plot : { } } } ,
25
25
xaxis : { c2p : function ( ) { } } ,
26
26
yaxis : { _m : 20 } ,
27
27
scene : { _scene : { } } ,
@@ -54,7 +54,7 @@ describe('Test Plots', function() {
54
54
expect ( gd . _fullData [ 1 ] . z ) . toBe ( newData [ 1 ] . z ) ;
55
55
expect ( gd . _fullData [ 1 ] . _empties ) . toBe ( oldFullData [ 1 ] . _empties ) ;
56
56
expect ( gd . _fullLayout . scene . _scene ) . toBe ( oldFullLayout . scene . _scene ) ;
57
- expect ( gd . _fullLayout . _plots ) . toBe ( oldFullLayout . _plots ) ;
57
+ expect ( gd . _fullLayout . _plots . plot ) . toBe ( oldFullLayout . _plots . plot ) ;
58
58
expect ( gd . _fullLayout . annotations [ 0 ] . _min ) . toBe ( oldFullLayout . annotations [ 0 ] . _min ) ;
59
59
expect ( gd . _fullLayout . annotations [ 1 ] . _max ) . toBe ( oldFullLayout . annotations [ 1 ] . _max ) ;
60
60
expect ( gd . _fullLayout . someFunc ) . toBe ( oldFullLayout . someFunc ) ;
You can’t perform that action at this time.
0 commit comments