diff --git a/test/10-verify.spec.js b/test/10-verify.spec.js index 9f38ed36..c66e757e 100644 --- a/test/10-verify.spec.js +++ b/test/10-verify.spec.js @@ -858,7 +858,7 @@ for(const [version, mockCredential] of versionedCredentials) { error = e; } should.not.exist(error, - 'Should not throw error when "issuanceDate" is valid'); + 'Should not throw error when "validUntil" in the future'); }); it('should accept if now is between "validFrom" & "validUntil"', () => { const credential = jsonld.clone(mockCredential);