Skip to content

Commit 15df9a7

Browse files
committed
Ids are not that
1 parent 17d4759 commit 15df9a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/workflows/tomo/test_tomo_picking.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ def test_picked_tomogram_run_class2d_estimate_diameter(
298298

299299
# Two mock calls - one flushed tomogram and one new
300300
assert mock_transport.send.call_count == 2
301+
print(mock_transport.send.mock_calls)
301302
mock_transport.send.assert_any_call(
302303
"processing_recipe",
303304
{
@@ -314,7 +315,7 @@ def test_picked_tomogram_run_class2d_estimate_diameter(
314315
"nr_classes": 5,
315316
"picker_id": None,
316317
"class2d_grp_uuid": 12,
317-
"class_uuids": {str(i): i for i in range(7, 12)},
318+
"class_uuids": {str(i): i + 6 for i in range(1, 6)},
318319
"next_job": 9,
319320
"feedback_queue": "murfey_feedback",
320321
},
@@ -338,7 +339,7 @@ def test_picked_tomogram_run_class2d_estimate_diameter(
338339
"nr_classes": 5,
339340
"picker_id": None,
340341
"class2d_grp_uuid": 18,
341-
"class_uuids": {str(i): i for i in range(13, 18)},
342+
"class_uuids": {str(i): i + 12 for i in range(1, 6)},
342343
"next_job": 11,
343344
"feedback_queue": "murfey_feedback",
344345
},

0 commit comments

Comments
 (0)