Skip to content

Commit 12654cd

Browse files
committed
test: fix call to changed method name
Signed-off-by: Timo Glastra <[email protected]>
1 parent 4ce7385 commit 12654cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/googleCmWallet.tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe('Google CM Wallet mdoc implementation', () => {
5454
new Uint8Array(new X509Certificate(SIGNING_CERTIFICATE).rawData),
5555
],
5656
encodedDeviceResponse: deviceResponse,
57-
encodedSessionTranscript: await DeviceResponse.calculateSessionTranscriptForOID4VPDCApi({
57+
encodedSessionTranscript: await DeviceResponse.calculateSessionTranscriptBytesForOID4VPDCApi({
5858
context: mdocContext,
5959
origin,
6060
clientId,

0 commit comments

Comments
 (0)