Skip to content

Commit

Permalink
add print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lenkan committed Nov 22, 2023
1 parent 2b7383d commit 9712b61
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,10 @@ await admitCredential(

await holderClient.notifications().mark(grantNotification.i);

await wait(async () => {
const holderCredentials = await wait(async () => {
const creds = await holderClient.credentials().list();
console.log(creds);
assert(creds.length >= 1);
}, 30000);

console.dir(holderCredentials);

0 comments on commit 9712b61

Please sign in to comment.