Skip to content

Commit

Permalink
Update test/10-verify.spec.js remove empty line.
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 Nov 30, 2023
1 parent ae641ff commit 8b769be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/10-verify.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8b769be

Please sign in to comment.