Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Oct 16, 2023
1 parent f6d3da4 commit 52307e2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions shared-data/js/helpers/__tests__/wellSets.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,14 +211,6 @@ describe('canPipetteUseLabware', () => {

expect(canPipetteUseLabware(pipette, labwareDef)).toBe(true)
})
it('returns false when the tip volume is too high with the 384 well plate', () => {
const labwareDef = fixture384Plate
const pipette = fixtureP10Multi
const pipette96 = fixtureP100096

expect(canPipetteUseLabware(pipette, labwareDef)).toBe(false)
expect(canPipetteUseLabware(pipette96, labwareDef)).toBe(false)
})
})

describe('getWellSetForMultichannel (integration test)', () => {
Expand Down

0 comments on commit 52307e2

Please sign in to comment.