Skip to content

Commit

Permalink
Update test/10-verify.spec.js use double quotes around properties of …
Browse files Browse the repository at this point in the history
…vcs in test titles.

Co-authored-by: Tashi D. Gyeltshen <[email protected]>
  • Loading branch information
aljones15 and JSAssassin authored Dec 6, 2023
1 parent 2aaf1e1 commit 51b7d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/10-verify.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ describe('vc.issue()', () => {
error.message.should
.contain('"suite.verificationMethod" property is required.');
});
it('should add issuanceDate to verifiable credentials', async () => {
it('should add "issuanceDate" to verifiable credentials', async () => {
const credential = jsonld.clone(mockCredential);
delete credential.issuanceDate;
const now = new Date();
Expand Down

0 comments on commit 51b7d91

Please sign in to comment.