Skip to content

Commit

Permalink
Use datea generators over created.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Sep 16, 2024
1 parent 5b72258 commit edc8e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ export async function verifySetup({credentials, keyTypes, suite}) {
suiteName: suite,
keys
});
const {mandatory, created} = generators;
const {invalidCreated} = created;
const {mandatory, dates} = generators;
const {invalidCreated} = dates;
const {invalidCryptosuite, invalidProofType} = mandatory;
disclosed.invalid.proofTypeAndCryptosuite =
await deriveCredentials({
Expand Down

0 comments on commit edc8e78

Please sign in to comment.