Skip to content

Commit 8113586

Browse files
Delete annotation groups
1 parent 268ee7b commit 8113586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/mal_and_mea/test_model_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_model_run_delete(client, model_run):
3939
assert len(before) == len(after) + 1
4040

4141

42-
def test_model_run_delete(client, model_run_annotation_groups):
42+
def test_model_run_annotation_groups_delete(client, model_run_annotation_groups):
4343
models = list(client.get_models())
4444
model = models[0]
4545
model_runs = list(model.model_runs())

0 commit comments

Comments
 (0)