Skip to content

Commit 126f976

Browse files
committed
chore: fix test
1 parent 6a05e4d commit 126f976

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/client/lib/__tests__/SdJwt.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ describe('sd-jwt vc', () => {
153153

154154
expect(credentials).toEqual({
155155
notification_id: expect.any(String),
156+
access_token: 'ey.val.ue',
156157
c_nonce: 'new-c-nonce',
157158
c_nonce_expires_in: 300,
158159
credential: 'sd-jwt',

0 commit comments

Comments
 (0)