Skip to content

Commit

Permalink
Fix credentials test broken from revoke return.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeairheller committed Feb 26, 2024
1 parent 5795091 commit b7ded24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/integration-scripts/credentials.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ test('single signature credentials', async () => {
.credentials()
.revoke(issuerAid.name, qviCredentialId);

await waitOperation(issuerClient, revokeOperation);
await waitOperation(issuerClient, revokeOperation.op);
const issuerCredential = await issuerClient
.credentials()
.get(qviCredentialId);
Expand Down

0 comments on commit b7ded24

Please sign in to comment.