File tree Expand file tree Collapse file tree 1 file changed +7
-16
lines changed Expand file tree Collapse file tree 1 file changed +7
-16
lines changed Original file line number Diff line number Diff line change @@ -463,22 +463,16 @@ def test_get_batches_success(self):
463
463
"name" : "Uploaded on 11/22/22 at 1:39 pm" ,
464
464
"numJobs" : 2 ,
465
465
"images" : 115 ,
466
- "uploaded" : {
467
- "_seconds" : 1669146024 ,
468
- "_nanoseconds" : 818000000
469
- },
470
- "id" : "batch-1"
466
+ "uploaded" : {"_seconds" : 1669146024 , "_nanoseconds" : 818000000 },
467
+ "id" : "batch-1" ,
471
468
},
472
469
{
473
470
"numJobs" : 0 ,
474
471
"images" : 11 ,
475
- "uploaded" : {
476
- "_seconds" : 1669236873 ,
477
- "_nanoseconds" : 47000000
478
- },
472
+ "uploaded" : {"_seconds" : 1669236873 , "_nanoseconds" : 47000000 },
479
473
"name" : "Upload via API" ,
480
- "id" : "batch-2"
481
- }
474
+ "id" : "batch-2" ,
475
+ },
482
476
]
483
477
}
484
478
@@ -515,11 +509,8 @@ def test_get_batch_success(self):
515
509
"name" : "Uploaded on 11/22/22 at 1:39 pm" ,
516
510
"numJobs" : 2 ,
517
511
"images" : 115 ,
518
- "uploaded" : {
519
- "_seconds" : 1669146024 ,
520
- "_nanoseconds" : 818000000
521
- },
522
- "id" : batch_id
512
+ "uploaded" : {"_seconds" : 1669146024 , "_nanoseconds" : 818000000 },
513
+ "id" : batch_id ,
523
514
}
524
515
}
525
516
You can’t perform that action at this time.
0 commit comments