From 3e31b268787a25a63d23b58c4a2464159014abcc Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Wed, 6 Nov 2024 14:32:16 +0000 Subject: [PATCH] Change title of interop for BitstringStatusList so it is ignored. --- tests/30-interop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/30-interop.js b/tests/30-interop.js index 44ddbf6..1c15ac1 100644 --- a/tests/30-interop.js +++ b/tests/30-interop.js @@ -20,7 +20,7 @@ function setupMatrix() { this.columnLabel = 'Verifier'; } -describe('Interop', function() { +describe('BitstringStatusList (interop)', function() { setupMatrix.call(this, match); for(const [issuerName, implementation] of match) { const endpoints = new TestEndpoints({implementation, tag});