We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857013c commit 7e2d3e0Copy full SHA for 7e2d3e0
plotly/tests/test_core/test_tools/test_make_subplots.py
@@ -86,7 +86,7 @@ def test_insets_wrong_cell_row():
86
def test_insets_wrong_cell_col():
87
fig = tls.make_subplots(insets=([{'cell': (1, 0)}]))
88
89
-def test_get_single_plot():
+def test_single_plot():
90
expected = Figure(
91
data=Data(),
92
layout=Layout(
0 commit comments