Skip to content

Commit 0452d80

Browse files
committed
test update
1 parent 5deeffe commit 0452d80

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/test_dataset.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ def test_annotate_async(dataset: Dataset):
275275
"processed": 2,
276276
},
277277
"segmentation_upload": {
278-
"errors": [],
279278
"ignored": 0,
280279
"n_errors": 0,
281280
"processed": 1,
@@ -311,7 +310,6 @@ def test_annotate_async_with_error(dataset: Dataset):
311310
"processed": 1,
312311
},
313312
"segmentation_upload": {
314-
"errors": [],
315313
"ignored": 0,
316314
"n_errors": 0,
317315
"processed": 1,

tests/test_prediction.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ def test_mixed_pred_upload_async(model_run: ModelRun):
297297
"processed": 2,
298298
},
299299
"segmentation_upload": {
300-
"errors": [],
301300
"ignored": 0,
302301
"n_errors": 0,
303302
"processed": 1,
@@ -334,7 +333,6 @@ def test_mixed_pred_upload_async_with_error(model_run: ModelRun):
334333
"processed": 1,
335334
},
336335
"segmentation_upload": {
337-
"errors": [],
338336
"ignored": 0,
339337
"n_errors": 0,
340338
"processed": 1,

0 commit comments

Comments
 (0)