Skip to content

Commit

Permalink
Merge pull request #82 from velocitycareerlabs/VL-7921-remove-handleR…
Browse files Browse the repository at this point in the history
…esult-method

additional tests
  • Loading branch information
michaelavoyan authored May 29, 2024
2 parents 1730a35 + 24d2611 commit c5b38b1
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe("VCLCredentialManifest Tests", () => {
const approvedOfferIds = ["approvedOfferId1", "approvedOfferId2"]
const rejectedOfferIds = ["rejectedOfferId1", "rejectedOfferId2"]

beforeAll(() => {
beforeAll(async () => {
const credentialManifest =
new VCLCredentialManifest(
VCLJwt.fromEncodedJwt(CredentialManifestMocks.JwtCredentialManifest1),
Expand Down
Loading

0 comments on commit c5b38b1

Please sign in to comment.