Skip to content

Commit 19c6fb5

Browse files
author
Diego Ardila
committed
fix wrong test
1 parent bccc78c commit 19c6fb5

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
@@ -296,8 +296,8 @@ def test_dataset_append_async_with_1_bad_url(dataset: Dataset):
296296
"started_image_processing": f"Dataset: {dataset.id}, Job: {job.job_id}",
297297
},
298298
"job_progress": "1.00",
299-
"completed_steps": 1,
300-
"total_steps": 1,
299+
"completed_steps": 4,
300+
"total_steps": 4,
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)