Skip to content

Commit

Permalink
Get fixtures by keyType and then name.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Nov 15, 2024
1 parent 12528b2 commit 3c13c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/suites/algorithms-sd.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ export function sd2023Algorithms({
'convey an error type of PROOF_GENERATION_ERROR.', async function() {
this.test.link = 'https://w3c.github.io/vc-di-ecdsa/#base-proof-configuration-ecdsa-sd-2023';
await assertions.verificationFail({
credential: fixtures.get('invalidCreated'),
credential: fixtures.get(keyType).get('invalidCreated'),
verifier,
reason: 'Should not verify VC with invalid created'
});
Expand Down

0 comments on commit 3c13c49

Please sign in to comment.