File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,6 @@ The following tests are not yet implemented and therefore missing:
317317- Mandatory Test 6.1.16
318318- Mandatory Test 6.1.27.12
319319- Mandatory Test 6.1.27.13
320- - Mandatory Test 6.1.27.14
321320- Mandatory Test 6.1.27.15
322321- Mandatory Test 6.1.27.16
323322- Mandatory Test 6.1.27.17
@@ -422,6 +421,7 @@ export const mandatoryTest_6_1_27_8: DocumentTest
422421export const mandatoryTest_6_1_27_9: DocumentTest
423422export const mandatoryTest_6_1_27_10: DocumentTest
424423export const mandatoryTest_6_1_27_11: DocumentTest
424+ export const mandatoryTest_6_1_27_14: DocumentTest
425425export const mandatoryTest_6_1_28: DocumentTest
426426export const mandatoryTest_6_1_29: DocumentTest
427427export const mandatoryTest_6_1_30: DocumentTest
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export function mandatoryTest_6_1_27_14(doc) {
6161 if ( ! doc . document . notes ?. find ( ( n ) => n . category === 'description' ) ) {
6262 ctx . isValid = false
6363 ctx . errors . push ( {
64- instancePath : ` /document` ,
64+ instancePath : ' /document/notes' ,
6565 message : 'needs at least one note with the category "description"' ,
6666 } )
6767 }
You can’t perform that action at this time.
0 commit comments