Skip to content

Commit bda00fc

Browse files
committed
Ids need to be different
1 parent 5a08314 commit bda00fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/workflows/sxt/test_process_sxt_tilt_series.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def set_up_db(murfey_db_session: Session):
4646
murfey_db_session,
4747
ProcessingJob,
4848
lookup_kwargs={
49-
"id": 1,
49+
"id": 2,
5050
"recipe": "sxt-imod-patch-wbp",
5151
"dc_id": dc_entry.id,
5252
},
@@ -63,7 +63,7 @@ def set_up_db(murfey_db_session: Session):
6363
murfey_db_session,
6464
AutoProcProgram,
6565
lookup_kwargs={
66-
"id": 0,
66+
"id": 1,
6767
"pj_id": imod_pj_entry.id,
6868
},
6969
)

0 commit comments

Comments
 (0)