File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
plotly/tests/test_optional Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2091,8 +2091,8 @@ def test_valid_facet_grid_fig(self):
2091
2091
'layer' : 'below' ,
2092
2092
'line' : {'color' : '#d0d0d0' , 'width' : 1 },
2093
2093
'type' : 'rect' ,
2094
- 'x0' : 0.5075 ,
2095
- 'x1' : 1.0 ,
2094
+ 'x0' : 0.0 ,
2095
+ 'x1' : 0.4925 ,
2096
2096
'xref' : 'paper' ,
2097
2097
'y0' : 1.005 ,
2098
2098
'y1' : 1.05 ,
@@ -2101,12 +2101,12 @@ def test_valid_facet_grid_fig(self):
2101
2101
'layer' : 'below' ,
2102
2102
'line' : {'color' : '#d0d0d0' , 'width' : 1 },
2103
2103
'type' : 'rect' ,
2104
- 'x0' : 0.0 ,
2105
- 'x1' : 0.4925 ,
2104
+ 'x0' : 0.5075 ,
2105
+ 'x1' : 1.0 ,
2106
2106
'xref' : 'paper' ,
2107
2107
'y0' : 1.005 ,
2108
2108
'y1' : 1.05 ,
2109
- 'yref' : 'paper' }
2109
+ 'yref' : 'paper' },
2110
2110
],
2111
2111
'showlegend' : False ,
2112
2112
'title' : '' ,
@@ -2146,4 +2146,4 @@ def test_valid_facet_grid_fig(self):
2146
2146
}
2147
2147
2148
2148
self .assertEqual (test_facet_grid ['data' ], exp_facet_grid ['data' ])
2149
- self .assertEqual (test_facet_grid ['layout' ], exp_facet_grid ['layout' ])
2149
+ self .assert_dict_equal (test_facet_grid ['layout' ], exp_facet_grid ['layout' ])
You can’t perform that action at this time.
0 commit comments