Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 907bf41

Browse files
committed
i had deleted the wrong duplicated test.
1 parent f6ad1c6 commit 907bf41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plotly/tests/test_core/test_tools/test_make_subplots.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1358,7 +1358,8 @@ def test_shared_yaxes():
13581358
),
13591359
xaxis10=XAxis(
13601360
domain=[0.55, 1.0],
1361-
anchor='free'
1361+
anchor='free',
1362+
position=0.0
13621363
),
13631364
xaxis2=XAxis(
13641365
domain=[0.55, 1.0],

0 commit comments

Comments
 (0)