From ff31506398b87e2b2b684d14c922ea23492191d3 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 12 Aug 2024 19:47:58 +0000 Subject: [PATCH] fix unused variables Signed-off-by: Patrick --- tests/10-issue.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/10-issue.js b/tests/10-issue.js index 7a46a23..2c6d779 100644 --- a/tests/10-issue.js +++ b/tests/10-issue.js @@ -388,6 +388,13 @@ describe('Issuers - BitstringStatusList Credential', 'as defined in [VC-DATA-MODEL-2.0].', async function() { this.test.link = 'https://www.w3.org/TR/vc-bitstring-status-list/#:~:text=When%20a%20status%20list%20verifiable%20credential%20is%20published%2C%20it%20MUST%20be%20a%20conforming%20document%2C%20as%20defined%20in%20%5BVC%2DDATA%2DMODEL%2D2.0%5D'; + should.exist(issuerResponse, + 'Expected an issuer response.'); + should.not.exist(err, + 'Expected no errors in the issuer response.'); + issuerResponse.status.should.equal(201, + 'Expected response http code 201.'); + should.exist(issuedVc, `Expected VC from ${issuerName} to exist.`); for(statusListCredential of statusListCredentials) { testSlCredential({slCredential: statusListCredential},