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 12528b2 commit 3c13c49Copy full SHA for 3c13c49
tests/suites/algorithms-sd.js
@@ -296,7 +296,7 @@ export function sd2023Algorithms({
296
'convey an error type of PROOF_GENERATION_ERROR.', async function() {
297
this.test.link = 'https://w3c.github.io/vc-di-ecdsa/#base-proof-configuration-ecdsa-sd-2023';
298
await assertions.verificationFail({
299
- credential: fixtures.get('invalidCreated'),
+ credential: fixtures.get(keyType).get('invalidCreated'),
300
verifier,
301
reason: 'Should not verify VC with invalid created'
302
});
0 commit comments