File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -70,14 +70,6 @@ describe('Basic Conformance', function() {
70
70
await assert . doesNotReject ( endpoints . verify ( issuedVc ) ,
71
71
'Failed to verify credential.' ) ;
72
72
} ) ;
73
- it ( 'A conforming verifier implementation MUST check ' +
74
- 'that each required property satisfies the normative requirements' +
75
- 'for that property.' ,
76
- async function ( ) {
77
- this . test . link = `https://www.w3.org/TR/vc-data-model-2.0/#conformance:~:text=MUST%20include%20all%20required%20properties%20in%20the%20conforming%20documents%20it%20produces` ;
78
- this . test . cell . skipMessage = 'Tested by other tests in this suite.' ;
79
- this . skip ( ) ;
80
- } ) ;
81
73
it ( 'A conforming verifier implementation MUST produce errors ' +
82
74
'when non-conforming documents are detected.' , async function ( ) {
83
75
this . test . link = `https://w3c.github.io/vc-data-model/#types:~:text=MUST%20produce%20errors%20when%20non%2Dconforming%20documents%20are%20detected.` ;
You can’t perform that action at this time.
0 commit comments