Skip to content

Commit e5e3bb8

Browse files
committed
Remove untestable, future-spec requirement.
The removed text dictates a requirement on future specifications which utilize VCv2...not on VCv2 itself. So it is not testable with code against an implementation.
1 parent 1e751e2 commit e5e3bb8

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/5-advanced-concepts.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -166,17 +166,6 @@ describe('Advanced Concepts', function() {
166166
await assert.doesNotReject(endpoints.issue(
167167
require('./input/credential-evidences-ok.json')));
168168
});
169-
170-
// 5.10 Reserved Extension Points https://w3c.github.io/vc-data-model/#reserved-extension-points
171-
it('In order to avoid collisions regarding how the following ' +
172-
'properties are used, implementations MUST specify a type property ' +
173-
'in the value associated with the reserved property.',
174-
async function() {
175-
this.test.link = `https://w3c.github.io/vc-data-model/#reserved-extension-points:~:text=In%20order%20to%20avoid%20collisions%20regarding%20how%20the%20following%20properties%20are%20used%2C%20implementations%20MUST%20specify%20a%20type%20property%20in%20the%20value%20associated%20with%20the%20reserved%20property.`;
176-
// TODO: implement
177-
this.test.cell.skipMessage = 'TBD';
178-
this.skip();
179-
});
180169
});
181170
}
182171
});

0 commit comments

Comments
 (0)