Skip to content

Commit 3c13c49

Browse files
committed
Get fixtures by keyType and then name.
1 parent 12528b2 commit 3c13c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/algorithms-sd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export function sd2023Algorithms({
296296
'convey an error type of PROOF_GENERATION_ERROR.', async function() {
297297
this.test.link = 'https://w3c.github.io/vc-di-ecdsa/#base-proof-configuration-ecdsa-sd-2023';
298298
await assertions.verificationFail({
299-
credential: fixtures.get('invalidCreated'),
299+
credential: fixtures.get(keyType).get('invalidCreated'),
300300
verifier,
301301
reason: 'Should not verify VC with invalid created'
302302
});

0 commit comments

Comments
 (0)