Skip to content

Commit 2d66d81

Browse files
committed
add the p200 to the list of expected pipettes in the js tests
1 parent eec5d26 commit 2d66d81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shared-data/js/__tests__/pipetteSchemaV2.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe('test schema against all liquid specs definitions', () => {
5050
})
5151

5252
it(`second parent dir matches pipette model: ${liquidPath}`, () => {
53-
expect(['p10', 'p20', 'p50', 'p300', 'p1000']).toContain(
53+
expect(['p10', 'p20', 'p50', 'p200', 'p300', 'p1000']).toContain(
5454
path.basename(path.dirname(path.dirname(liquidPath)))
5555
)
5656
})
@@ -73,7 +73,7 @@ describe('test schema against all geometry specs definitions', () => {
7373
})
7474

7575
it(`parent dir matches pipette model: ${geometryPath}`, () => {
76-
expect(['p10', 'p20', 'p50', 'p300', 'p1000']).toContain(
76+
expect(['p10', 'p20', 'p50', 'p200', 'p300', 'p1000']).toContain(
7777
path.basename(path.dirname(geometryPath))
7878
)
7979
})
@@ -100,7 +100,7 @@ describe('test schema against all general specs definitions', () => {
100100
})
101101

102102
it(`parent dir matches pipette model: ${generalPath}`, () => {
103-
expect(['p10', 'p20', 'p50', 'p300', 'p1000']).toContain(
103+
expect(['p10', 'p20', 'p50', 'p200', 'p300', 'p1000']).toContain(
104104
path.basename(path.dirname(generalPath))
105105
)
106106
})

0 commit comments

Comments
 (0)