From 69417e227cfcd4de1e3fa80d6faae18828afb775 Mon Sep 17 00:00:00 2001 From: Dave Longley Date: Wed, 17 Jan 2024 22:36:57 -0500 Subject: [PATCH] Update test names. --- test/mocha/vc.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/mocha/vc.spec.js b/test/mocha/vc.spec.js index b49bbd2..2a64a9e 100644 --- a/test/mocha/vc.spec.js +++ b/test/mocha/vc.spec.js @@ -64,7 +64,7 @@ describe('vc', function() { stub.restore(); }); describe('sign', async function() { - it('should issue a Vc', async function() { + it('should issue a VC', async function() { const issuedVc = await vc.issue({ suite: signSuite, credential, documentLoader }); @@ -78,7 +78,7 @@ describe('vc', function() { }); }); describe('verify', function() { - it('should verify a vc', async function() { + it('should verify a VC', async function() { const issuedVc = await vc.issue({ suite: signSuite, credential, documentLoader });