diff --git a/tests/80-algorithms-jcs.js b/tests/80-algorithms-jcs.js index 524f40e..b7a1a23 100644 --- a/tests/80-algorithms-jcs.js +++ b/tests/80-algorithms-jcs.js @@ -25,7 +25,7 @@ const {match} = endpoints.filterByTag({ }); const should = chai.should(); -describe('Algorithms - Transformation (eddsa-jcs-2022)', function() { +describe('eddsa-jcs-2022 - Algorithms - Transformation', function() { setupMatrix.call(this, match); let validVc; before(async function() { @@ -102,7 +102,7 @@ describe('Algorithms - Transformation (eddsa-jcs-2022)', function() { } }); -describe('Algorithms - Proof Configuration (eddsa-jcs-2022)', function() { +describe('eddsa-jcs-2022 - Algorithms - Proof Configuration', function() { setupMatrix.call(this, match); let validVc; before(async function() { @@ -176,7 +176,7 @@ describe('Algorithms - Proof Configuration (eddsa-jcs-2022)', function() { } }); -describe('Algorithms - Proof Serialization (eddsa-jcs-2022)', function() { +describe('eddsa-jcs-2022 - Algorithms - Proof Serialization', function() { setupMatrix.call(this, match); let validVc; before(async function() { diff --git a/tests/80-algorithms-rdfc.js b/tests/80-algorithms-rdfc.js index 1cd8e5b..c16783e 100644 --- a/tests/80-algorithms-rdfc.js +++ b/tests/80-algorithms-rdfc.js @@ -25,7 +25,7 @@ const {match} = endpoints.filterByTag({ }); const should = chai.should(); -describe('Algorithms - Transformation (eddsa-rdfc-2022)', function() { +describe('eddsa-rdfc-2022 - Algorithms - Transformation', function() { setupMatrix.call(this, match); let validVc; before(async function() { @@ -104,7 +104,7 @@ describe('Algorithms - Transformation (eddsa-rdfc-2022)', function() { } }); -describe('Algorithms - Proof Configuration (eddsa-rdfc-2022)', function() { +describe('eddsa-rdfc-2022 - Algorithms - Proof Configuration', function() { setupMatrix.call(this, match); let validVc; before(async function() { @@ -182,7 +182,7 @@ describe('Algorithms - Proof Configuration (eddsa-rdfc-2022)', function() { } }); -describe('Algorithms - Proof Serialization (eddsa-rdfc-2022)', function() { +describe('eddsa-rdfc-2022 - Algorithms - Proof Serialization', function() { setupMatrix.call(this, match); let validVc; before(async function() { diff --git a/tests/suites/data-model.js b/tests/suites/data-model.js index 3a8a480..6ee814a 100644 --- a/tests/suites/data-model.js +++ b/tests/suites/data-model.js @@ -18,7 +18,7 @@ const should = chai.should(); export function verificationMethods({suiteName, match}) { return describe( - `${suiteName} - Data Model - Verification Methods (Multikey)`, function() { + `${suiteName} - Data Model - Verification Methods`, function() { setupMatrix.call(this, match); let validVc; before(async function() { @@ -111,7 +111,7 @@ export function verificationMethods({suiteName, match}) { export function diProofs({suiteName, match, cryptosuites}) { return describe( - `${suiteName} - Data Model - Proof Representations (DataIntegrityProof)`, + `${suiteName} - Data Model - Proof Representations`, function() { setupMatrix.call(this, match); let validVc;