Skip to content

Commit efe3247

Browse files
author
Ubuntu
committed
Fix incorrect tests
1 parent c25fc65 commit efe3247

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/test_dataset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,8 @@ def test_annotate_async_with_error(dataset: Dataset):
417417
"processed": 1,
418418
},
419419
},
420-
"job_progress": "0.67",
421-
"completed_steps": 2,
420+
"job_progress": "1.00",
421+
"completed_steps": 3,
422422
"total_steps": 3,
423423
}
424424

tests/test_prediction.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,8 @@ def test_mixed_pred_upload_async_with_error(model_run: ModelRun):
348348
"processed": 1,
349349
},
350350
},
351-
"job_progress": "0.67",
352-
"completed_steps": 2,
351+
"job_progress": "1.00",
352+
"completed_steps": 3,
353353
"total_steps": 3,
354354
}
355355

0 commit comments

Comments
 (0)