diff --git a/test/10-verify.spec.js b/test/10-verify.spec.js index 633d3171..b105f63a 100644 --- a/test/10-verify.spec.js +++ b/test/10-verify.spec.js @@ -905,7 +905,6 @@ for(const [version, mockCredential] of versionedCredentials) { should.exist(error, 'Should throw when now is before "validFrom" & "validUntil"'); }); - } it('should reject if "credentialSubject" is empty', () => { const credential = jsonld.clone(mockCredential);