Skip to content

Commit

Permalink
fix failing migration test
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyaochen authored and shiyaochen committed Jan 30, 2025
1 parent b32ff77 commit c0934b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion protocol-designer/src/load-file/migration/8_5_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ export const migrateFile = (
dispense_touchTip_mmFromBottom,
aspirate_labware,
dispense_labware,
aspirate_submerge_delay_seconds,
dispense_submerge_delay_seconds,
aspirate_submerge_speed,
dispense_submerge_speed,
...rest
} = form
const matchingAspirateLabwareWellDepth = getMigratedPositionFromTop(
Expand Down Expand Up @@ -111,8 +115,8 @@ export const migrateFile = (
1
),
aspirate_submerge_delay_seconds: null,
aspirate_submerge_speed: null,
dispense_submerge_delay_seconds: null,
aspirate_submerge_speed: null,
dispense_submerge_speed: null,
},
}
Expand Down

0 comments on commit c0934b9

Please sign in to comment.