@@ -50,7 +50,7 @@ describe('test schema against all liquid specs definitions', () => {
50
50
} )
51
51
52
52
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 (
54
54
path . basename ( path . dirname ( path . dirname ( liquidPath ) ) )
55
55
)
56
56
} )
@@ -73,7 +73,7 @@ describe('test schema against all geometry specs definitions', () => {
73
73
} )
74
74
75
75
it ( `parent dir matches pipette model: ${ geometryPath } ` , ( ) => {
76
- expect ( [ 'p10' , 'p20' , 'p50' , 'p300' , 'p1000' ] ) . toContain (
76
+ expect ( [ 'p10' , 'p20' , 'p50' , 'p200' , ' p300', 'p1000' ] ) . toContain (
77
77
path . basename ( path . dirname ( geometryPath ) )
78
78
)
79
79
} )
@@ -100,7 +100,7 @@ describe('test schema against all general specs definitions', () => {
100
100
} )
101
101
102
102
it ( `parent dir matches pipette model: ${ generalPath } ` , ( ) => {
103
- expect ( [ 'p10' , 'p20' , 'p50' , 'p300' , 'p1000' ] ) . toContain (
103
+ expect ( [ 'p10' , 'p20' , 'p50' , 'p200' , ' p300', 'p1000' ] ) . toContain (
104
104
path . basename ( path . dirname ( generalPath ) )
105
105
)
106
106
} )
0 commit comments