Skip to content

Commit

Permalink
chore: fixed broken word
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Oct 3, 2024
1 parent 9429e05 commit 566f226
Show file tree
Hide file tree
Showing 2 changed files with 469 additions and 80 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ describe('create Request Uri should', () => {
const uriRequest = await URI.fromOpts(opts)

const uriDecoded = decodeURIComponent(uriRequest.encodedUri)
expect(uriDecoded).toContain(`penid4vp://?client_id=https://www.example.com/`)
expect(uriDecoded).toContain(`openid4vp://?client_id=https://www.example.com/`)

const data = URI.parse(uriDecoded)
expect(data.scheme).toEqual('openid4vp://')
Expand Down
Loading

0 comments on commit 566f226

Please sign in to comment.