Skip to content

Commit c911f51

Browse files
author
Bihan Jiang
committed
fix pt 2
1 parent e758d87 commit c911f51

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
@@ -277,8 +277,8 @@ def test_dataset_append_async_with_1_bad_url(dataset: Dataset):
277277
"started_image_processing": f"Dataset: {dataset.id}, Job: {job.job_id}",
278278
},
279279
"job_progress": "1.00",
280-
"completed_steps": 4,
281-
"total_steps": 4,
280+
"completed_steps": 1,
281+
"total_steps": 1,
282282
}
283283
# The error is fairly detailed and subject to change. What's important is we surface which URLs failed.
284284
assert (

tests/test_scene.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ def test_scene_upload_async(dataset):
6868
"scenes_errored": 0,
6969
}
7070
},
71-
"job_progress": "0.00",
72-
"completed_steps": 0,
71+
"job_progress": "1.00",
72+
"completed_steps": 1,
7373
"total_steps": 1,
7474
}
7575

0 commit comments

Comments
 (0)