Skip to content

Commit

Permalink
Fix test and add labware to PD
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura-Danielle committed Nov 16, 2018
1 parent 69f31f1 commit b74dc65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/opentrons/database/test_labware_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_list_labware():
# Minor spot-checks, function is simple. Values will need to be updated if
# labware is added to library
lw = ldef.list_all_labware()
assert len(lw) == 54
assert len(lw) == 55
assert lw[0] == '12-well-plate'
assert lw[-1] == 'wheaton_vial_rack'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const hardcodedLabware = {
['opentrons-aluminum-block-PCR-strips-200ul', 'Aluminum Block - 0.2mL PCR Strips'],
],
'Tube Rack': [
['opentrons-tuberack-1.5ml-eppendorf', '1.5mL Tube Rack (4-in-1 Rack)'],
['opentrons-tuberack-2ml-eppendorf', '2mL Eppendorf Tube Rack (4-in-1 Rack)'],
['opentrons-tuberack-2ml-screwcap', '2mL Screw Cap Tube Rack (4-in-1 Rack)'],
['opentrons-tuberack-15ml', '15mL Tube Rack (4-in-1 Rack)'],
Expand Down

0 comments on commit b74dc65

Please sign in to comment.