Skip to content

Commit

Permalink
Changed derived test has negative test title now.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Dec 6, 2023
1 parent 48e3ab0 commit 0604a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/10-verify.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ describe('verify API (credentials)', () => {
}
result.verified.should.be.true;
});
it('should verify a changed derived vc', async () => {
it('should fail to verify a changed derived vc', async () => {
const proofId = `urn:uuid:${uuid()}`;
// setup ecdsa-sd-2023 suite for signing selective disclosure VCs
const ecdsaSdSignSuite = new DataIntegrityProof({
Expand Down

0 comments on commit 0604a2f

Please sign in to comment.