Skip to content

Commit 1e751e2

Browse files
committed
Fix link to digest provided by issuer text.
1 parent 739e06c commit 1e751e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/5-advanced-concepts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ describe('Advanced Concepts', function() {
9898
it('If the digest provided by the issuer does not match the digest ' +
9999
'computed for the retrieved resource, the conforming verifier ' +
100100
'implementation MUST produce an error.', async function() {
101-
this.test.link = `https://w3c.github.io/vc-data-model/#integrity-of-related-resources:~:text=Each%20object%20associated%20with%20relatedResource%20MUST%20contain%20at%20least%20a%20digestSRI%20or%20a%20digestMultibase%20value.`;
101+
this.test.link = `https://w3c.github.io/vc-data-model/#integrity-of-related-resources:~:text=If%20the%20digest%20provided%20by%20the%20issuer%20does%20not%20match%20the%20digest%20computed%20for%20the%20retrieved%20resource%2C%20the%20conforming%20verifier%20implementation%20MUST%20produce%20an%20error.`;
102102
await assert.rejects(endpoints.issue(require(
103103
'./input/relatedResource/relatedResource-digest-sri-fail.json'
104104
)),

0 commit comments

Comments
 (0)