Skip to content

Commit

Permalink
add lid enum to schemas 2
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyaochen authored and shiyaochen committed Oct 7, 2024
1 parent 10823da commit a84b831
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/src/organisms/ODD/QuickTransferFlow/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export const SINGLE_CHANNEL_COMPATIBLE_LABWARE = [
'opentrons/opentrons_flex_96_tiprack_1000ul/1',
'opentrons/opentrons_flex_96_tiprack_200ul/1',
'opentrons/opentrons_flex_96_tiprack_50ul/1',
'opentrons/opentrons_tough_pcr_auto_sealing_lid/1',
'opentrons/opentrons_universal_flat_adapter_corning_384_wellplate_112ul_flat/1',
'opentrons/thermoscientificnunc_96_wellplate_1300ul/1',
'opentrons/thermoscientificnunc_96_wellplate_2000ul/1',
Expand Down
2 changes: 1 addition & 1 deletion shared-data/js/__tests__/labwareDefQuirks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const EXPECTED_VALID_QUIRKS = [
'fixedTrash',
'gripperIncompatible',
'tiprackAdapterFor96Channel',
'stackingMaxFive'
'stackingMaxFive',
]

describe('check quirks for all labware defs', () => {
Expand Down
3 changes: 2 additions & 1 deletion shared-data/labware/schemas/2.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"wellPlate",
"aluminumBlock",
"adapter",
"other"
"other",
"lid"
]
},
"safeString": {
Expand Down

0 comments on commit a84b831

Please sign in to comment.