Skip to content

Commit

Permalink
Fix faulty assertion in vc 2.0 time sensitive test.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Nov 28, 2023
1 parent 2192067 commit 3e4fdcb
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 @@ -785,7 +785,7 @@ for(const [version, mockCredential] of versionedCredentials) {
} catch(e) {
error = e;
}
should.not.exist(error,
should.exist(error,
'Should throw error when verifying "validFrom" in future');
});
it('should verify "validFrom" in the past', () => {
Expand Down

0 comments on commit 3e4fdcb

Please sign in to comment.