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 268ee7b commit 8113586Copy full SHA for 8113586
tests/integration/mal_and_mea/test_model_run.py
@@ -39,7 +39,7 @@ def test_model_run_delete(client, model_run):
39
assert len(before) == len(after) + 1
40
41
42
-def test_model_run_delete(client, model_run_annotation_groups):
+def test_model_run_annotation_groups_delete(client, model_run_annotation_groups):
43
models = list(client.get_models())
44
model = models[0]
45
model_runs = list(model.model_runs())
0 commit comments