Skip to content

Commit 211b303

Browse files
committed
Pass in correct suiteName for D.I. verifier tests.
1 parent 449fa30 commit 211b303

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/15-di-rdfc-verify.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@ const {match} = endpoints.filterByTag({
1414
tags: [...tags],
1515
property: 'verifiers'
1616
});
17+
// options for the DI Verifier Suite
18+
const testDataOptions = {
19+
suiteName: 'eddsa-rdfc-2022',
20+
};
1721

1822
checkDataIntegrityProofVerifyErrors({
1923
implemented: match,
20-
testDescription: 'Data Integrity (eddsa-rdfc-2022 verifiers)'
24+
testDescription: 'Data Integrity (eddsa-rdfc-2022 verifiers)',
25+
testDataOptions
2126
});

0 commit comments

Comments
 (0)