File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ export function mandatoryTest_6_1_44(doc) {
173173 ctx . isValid = false
174174 ctx . errors . push ( {
175175 instancePath : `${ prefix } /product_identification_helper/serial_numbers/${ invalidNumberIndex } ` ,
176- message : ` Serial number contains multiple unescaped stars` ,
176+ message : ' Serial number contains multiple unescaped stars' ,
177177 } )
178178 } )
179179 }
@@ -194,7 +194,7 @@ export function mandatoryTest_6_1_44(doc) {
194194 ctx . isValid = false
195195 ctx . errors . push ( {
196196 instancePath : `${ prefix } /product/product_identification_helper/serial_numbers/${ invalidNumberIndex } ` ,
197- message : ` Serial number contains multiple unescaped stars` ,
197+ message : ' Serial number contains multiple unescaped stars' ,
198198 } )
199199 } )
200200 branch . branches ?. forEach ( ( branch , index ) => {
You can’t perform that action at this time.
0 commit comments