Skip to content

Commit

Permalink
Update status-list-vc-handling.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma authored Feb 7, 2025
1 parent 62cde2e commit 01f0e0b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ describe('Status List VC handling', () => {
expect(result.credentialStatus).toBeDefined()
})

/* it('should handle array of credential statuses', async () => { TODO this is only true for VC v2.0 SSISDK-2
/* it('should handle array of credential statuses', async () => { TODO this is only true for VCDM v2.0 SSISDK-2
const mockCredential: IVerifiableCredential = {
...baseCredential,
credentialStatus: [
Expand Down Expand Up @@ -287,7 +287,7 @@ describe('Status List VC handling', () => {
})

/*
it('should handle multiple status list options', async () => { TODO this is only true for VC v2.0 SSISDK-2
it('should handle multiple status list options', async () => { TODO this is only true for VCDM v2.0 SSISDK-2
const mockCredential: IVerifiableCredential = {
...baseCredential,
}
Expand Down

0 comments on commit 01f0e0b

Please sign in to comment.