Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Nov 19, 2024
1 parent 597562b commit d76b27d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ describe('Credential summary', () => {
const result = await toNonPersistedCredentialSummary({verifiableCredential: uniformSdJwt, credentialRole: CredentialRole.HOLDER})

console.log(JSON.stringify(result, null, 2))
expect(result.properties.length).toEqual(13)
expect(result.properties.length).toEqual(19)
})
})

0 comments on commit d76b27d

Please sign in to comment.