Skip to content

Commit 1463ed5

Browse files
committed
minor test name nit
1 parent 947fd63 commit 1463ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/annotation_import/test_model_run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ def test_model_run(client, configured_project_with_label, rand_gen):
2323
assert model_run_data_row.data_row().uid == next(
2424
next(project.datasets()).data_rows()).uid
2525

26-
fetch_model = client.get_model_run(model_run.uid)
27-
assert fetch_model == model_run
26+
fetch_model_run = client.get_model_run(model_run.uid)
27+
assert fetch_model_run == model_run
2828

2929

3030
def test_model_run_delete(client, model_run):

0 commit comments

Comments
 (0)