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) {
173
173
ctx . isValid = false
174
174
ctx . errors . push ( {
175
175
instancePath : `${ prefix } /product_identification_helper/serial_numbers/${ invalidNumberIndex } ` ,
176
- message : ` Serial number contains multiple unescaped stars` ,
176
+ message : ' Serial number contains multiple unescaped stars' ,
177
177
} )
178
178
} )
179
179
}
@@ -194,7 +194,7 @@ export function mandatoryTest_6_1_44(doc) {
194
194
ctx . isValid = false
195
195
ctx . errors . push ( {
196
196
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' ,
198
198
} )
199
199
} )
200
200
branch . branches ?. forEach ( ( branch , index ) => {
You can’t perform that action at this time.
0 commit comments