Skip to content

Commit

Permalink
Update test/10-verify.spec.js remove ref to validAfter in jsdoc comment.
Browse files Browse the repository at this point in the history
Co-authored-by: BigBlueHat <[email protected]>
  • Loading branch information
aljones15 and BigBlueHat authored Jan 13, 2024
1 parent 42f2a40 commit 43efc34
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 @@ -304,7 +304,7 @@ for(const [version, mockCredential] of versionedCredentials) {
verifiableCredential.should.be.an('object');
verifiableCredential.should.have.property('proof');
verifiableCredential.proof.should.be.an('object');
// ensure validUntil & validAfter are present
// ensure validFrom & validUntil are present
// and have correct timestamps
verifiableCredential.should.have.property(
'validFrom',
Expand Down

0 comments on commit 43efc34

Please sign in to comment.