Skip to content

Commit

Permalink
Update test/10-verify.spec.js remove blank line line 131.
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 6, 2023
1 parent c16b64a commit c290c0b
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 @@ -129,7 +129,6 @@ for(const [version, mockCredential] of versionedCredentials) {
verifiableCredential.proof.should.be.an('object');
});
}

it('should throw an error on missing verificationMethod', async () => {
const suite = new Ed25519Signature2018({
// Note no key id or verificationMethod passed to suite
Expand Down

0 comments on commit c290c0b

Please sign in to comment.