Skip to content

Commit

Permalink
makes slight modification to test description
Browse files Browse the repository at this point in the history
  • Loading branch information
kezike committed Apr 23, 2024
1 parent fcca385 commit b01a0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/credential-status-manager-mongodb.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ describe('MongoDB Credential Status Manager', () => {
expect(databaseState.valid).to.be.true;
});

it('tests updateStatus and getStatus', async () => {
it('tests revokeCredential and getStatus', async () => {
// allocate status for credential
const credentialWithStatus = await statusManager.allocateRevocationStatus(unsignedCredential1) as any;

Expand Down

0 comments on commit b01a0c5

Please sign in to comment.