Skip to content

Commit

Permalink
Make test fail description for validFrom consistent with others.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Dec 4, 2023
1 parent bb331a1 commit 4e1f599
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 @@ -816,7 +816,7 @@ for(const [version, mockCredential] of versionedCredentials) {
error = e;
}
should.exist(error,
'Should throw error when verifying "validFrom" in future');
'Should throw error when "validFrom" in future');
});
it('should accept "validFrom" in the past', () => {
const credential = jsonld.clone(mockCredential);
Expand Down

0 comments on commit 4e1f599

Please sign in to comment.