Skip to content

Commit

Permalink
test full verify
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Jan 29, 2024
1 parent ec18eb7 commit f4047df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/linked-proofs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ describe('Linked proofs verification', () => {
documentLoader: schemaLoader
});

verifier.fullVerify(tokenString, authRequest);
await verifier.fullVerify(tokenString, authRequest);
});
});

0 comments on commit f4047df

Please sign in to comment.