Skip to content

Commit b5d58f5

Browse files
Change test to match axis-match
With shared axis, the axis should match, not be different; I changed the test to match this
1 parent c6686a4 commit b5d58f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_optional/test_figure_factory/test_figure_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3252,7 +3252,7 @@ def test_valid_facet_grid_fig(self):
32523252
"x": [2.8, 2.8, 3.1],
32533253
"xaxis": "x2",
32543254
"y": [16, 18, 18],
3255-
"yaxis": "y2",
3255+
"yaxis": "y",
32563256
},
32573257
],
32583258
"layout": {

0 commit comments

Comments
 (0)