Skip to content

Commit

Permalink
Fix terse bitstring status list status change assertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed May 28, 2024
1 parent c159173 commit b262e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mocha/20-credentials.js
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ describe('issue APIs', () => {
{verifiableCredential, statusPurpose: 'revocation', listLength});
newRevocationStatus.status.should.equal(true);
const newSuspensionStatus = await helpers.getCredentialStatus(
{verifiableCredential, statusPurpose: 'revocation', listLength});
{verifiableCredential, statusPurpose: 'suspension', listLength});
newSuspensionStatus.status.should.equal(true);
});
});
Expand Down

0 comments on commit b262e07

Please sign in to comment.