You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
labware-library/src/labware-creator/__tests__/loadAndSaveIntegration.test.ts is an integration test that loads a labware def and immediately saves it. It expects the saved definition to match the loaded definition, with certain exceptions (see comments in the file)
We have 2 test cases: for 96-plate, and a 12-trough. We should add a new test case for tiprack (and if we have time, for aluminum block and tube rack etc too, we don't have full coverage here!! Those probably should be a separate ticket.)
The text was updated successfully, but these errors were encountered:
Closes#7696 and closes#7697
* make LC assume tiprack is snug upon import
* re-generate fixture_tiprack_300_ul via createRegularLabware fn with more consistent numbers (it seems to have been written manually) and update related tests/snapshots
labware-library/src/labware-creator/__tests__/loadAndSaveIntegration.test.ts
is an integration test that loads a labware def and immediately saves it. It expects the saved definition to match the loaded definition, with certain exceptions (see comments in the file)We have 2 test cases: for 96-plate, and a 12-trough. We should add a new test case for tiprack (and if we have time, for aluminum block and tube rack etc too, we don't have full coverage here!! Those probably should be a separate ticket.)
The text was updated successfully, but these errors were encountered: