Skip to content

Commit 7e2d3e0

Browse files
committed
better test name
1 parent 857013c commit 7e2d3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tests/test_core/test_tools/test_make_subplots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_insets_wrong_cell_row():
8686
def test_insets_wrong_cell_col():
8787
fig = tls.make_subplots(insets=([{'cell': (1, 0)}]))
8888

89-
def test_get_single_plot():
89+
def test_single_plot():
9090
expected = Figure(
9191
data=Data(),
9292
layout=Layout(

0 commit comments

Comments
 (0)