Skip to content

Commit 405cce2

Browse files
committed
Add implemented to suites.
1 parent 5832b1b commit 405cce2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/suites/algorithms-jcs.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,11 @@ export function ecdsaJcs2019Algorithms() {
2424
tags: [...tags],
2525
property: 'issuers'
2626
});
27-
// const {verifierMatch} = endpoints.filterByTag({
28-
// tags: [...tags],
29-
// property: 'verifiers'
30-
// });
3127
const should = chai.should();
3228

3329
describe('ecdsa-jcs-2019 - Algorithms - Transformation', function() {
3430
setupReportableTestSuite(this);
31+
this.implemented = [...issuers.keys()];
3532
let validCredential;
3633
before(async function() {
3734
validCredential = await createValidCredential();
@@ -109,6 +106,7 @@ export function ecdsaJcs2019Algorithms() {
109106

110107
describe('ecdsa-jcs-2019 - Algorithms - Proof Configuration', function() {
111108
setupReportableTestSuite(this);
109+
this.implemented = [...issuers.keys()];
112110
let validCredential;
113111
before(async function() {
114112
validCredential = await createValidCredential();
@@ -186,6 +184,7 @@ export function ecdsaJcs2019Algorithms() {
186184

187185
describe('ecdsa-jcs-2019 - Algorithms - Transformation', function() {
188186
setupReportableTestSuite(this);
187+
this.implemented = [...issuers.keys()];
189188
let validCredential;
190189
before(async function() {
191190
validCredential = await createValidCredential();

0 commit comments

Comments
 (0)