Skip to content

Commit

Permalink
Update test/10-verify.spec.js add is to test title.
Browse files Browse the repository at this point in the history
Co-authored-by: Tashi D. Gyeltshen <[email protected]>
  • Loading branch information
aljones15 and JSAssassin authored Dec 4, 2023
1 parent 42faa03 commit 2a3e4d4
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 @@ -116,7 +116,7 @@ for(const [version, mockCredential] of versionedCredentials) {
}

should.exist(error,
'Should throw error when "verificationMethod" property missing');
'Should throw error when "verificationMethod" property is missing');
error.should.be.instanceof(TypeError);
error.message.should
.contain('"suite.verificationMethod" property is required.');
Expand Down

0 comments on commit 2a3e4d4

Please sign in to comment.