Skip to content

Commit e485575

Browse files
committed
wrong dcgid
1 parent 6749386 commit e485575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/workflows/tomo/test_tomo_picking.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ def test_picked_tomogram_run_class2d(
8989
mock_ids, mock_transport, murfey_db_session: Session, tmp_path
9090
):
9191
"""Run the picker feedback with less particles than needed for classification"""
92-
mock_ids.return_value = [2, 1]
93-
9492
# Insert table dependencies
9593
dcg_entry: DataCollectionGroup = get_or_create_db_entry(
9694
murfey_db_session,
@@ -143,6 +141,8 @@ def test_picked_tomogram_run_class2d(
143141
},
144142
)
145143

144+
mock_ids.return_value = [dcg_entry.id, 1]
145+
146146
message = {
147147
"session_id": 1,
148148
"program_id": 0,

0 commit comments

Comments
 (0)