From 2a3e4d45446163c7425c9da8eff729149240635b Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Mon, 4 Dec 2023 14:04:35 +0000 Subject: [PATCH] Update test/10-verify.spec.js add is to test title. Co-authored-by: Tashi D. Gyeltshen <38434620+JSAssassin@users.noreply.github.com> --- test/10-verify.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/10-verify.spec.js b/test/10-verify.spec.js index 079fe341..24538e98 100644 --- a/test/10-verify.spec.js +++ b/test/10-verify.spec.js @@ -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.');