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 449fa30 commit 211b303Copy full SHA for 211b303
tests/15-di-rdfc-verify.js
@@ -14,8 +14,13 @@ const {match} = endpoints.filterByTag({
14
tags: [...tags],
15
property: 'verifiers'
16
});
17
+// options for the DI Verifier Suite
18
+const testDataOptions = {
19
+ suiteName: 'eddsa-rdfc-2022',
20
+};
21
22
checkDataIntegrityProofVerifyErrors({
23
implemented: match,
- testDescription: 'Data Integrity (eddsa-rdfc-2022 verifiers)'
24
+ testDescription: 'Data Integrity (eddsa-rdfc-2022 verifiers)',
25
+ testDataOptions
26
0 commit comments