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.
1 parent e7d9a88 commit 5748112Copy full SHA for 5748112
tests/suites/data-model.js
@@ -55,11 +55,11 @@ export function dataModelSuite({
55
function assertBefore() {
56
expect(
57
securedCredential,
58
- `Expected issuer ${name}: ${keyType} to issue a VC`
+ `Expected issuer ${name}: ${keyType} to issue a VC.`
59
).to.exist;
60
61
62
- 'Expected VC to be an object'
+ 'Expected VC to be an object.'
63
).to.be.an('object');
64
}
65
it('The publicKeyMultibase value of the verification method MUST ' +
0 commit comments