Skip to content

Commit f682c94

Browse files
author
Diego Ardila
committed
fix progress in test
1 parent 22fb000 commit f682c94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_dataset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,9 @@ def test_dataset_append_async_with_1_bad_url(dataset: Dataset):
295295
},
296296
"started_image_processing": f"Dataset: {dataset.id}, Job: {job.job_id}",
297297
},
298-
"job_progress": "1.00",
298+
"job_progress": "0.80",
299299
"completed_steps": 4,
300-
"total_steps": 4,
300+
"total_steps": 5,
301301
}
302302
# The error is fairly detailed and subject to change. What's important is we surface which URLs failed.
303303
assert (

0 commit comments

Comments
 (0)