We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
issuer
1 parent 05f9ae3 commit 8f0b9d9Copy full SHA for 8f0b9d9
tests/4.07-issuer.js
@@ -33,7 +33,7 @@ describe('Issuer', function() {
33
this.test.link = `https://w3c.github.io/vc-data-model/#issuer:~:text=A%20verifiable%20credential%20MUST%20have%20an%20issuer%20property.`;
34
const vc = await endpoints.issue(
35
require('./input/credential-ok.json'));
36
- vc.hasOwnProperty('issuer');
+ vc.should.have.property('issuer');
37
});
38
it('The value of the issuer property MUST be either a URL or an ' +
39
'object containing an id property whose value is a URL; ' +
0 commit comments