Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit bfe6d15

Browse files
committed
Fix test name.
1 parent 6167e15 commit bfe6d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/graph/test_graph_basics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def selected_df_figure(selection):
9393

9494

9595
@pytest.mark.DCC672
96-
def test_grbs002_graph_wrapped_in_loading_component_does_not_fail(dash_dcc):
96+
def test_grbs003_graph_wrapped_in_loading_component_does_not_fail(dash_dcc):
9797
app = dash.Dash(__name__, suppress_callback_exceptions=True)
9898
app.layout = html.Div([
9999
html.H1('subplot issue'),

0 commit comments

Comments
 (0)