Skip to content

Commit

Permalink
Update test names.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Jan 18, 2024
1 parent 7c21010 commit 69417e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/mocha/vc.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
Expand All @@ -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
});
Expand Down

0 comments on commit 69417e2

Please sign in to comment.