Skip to content

Commit

Permalink
Rebase on main and remove .only.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSAssassin committed Jul 5, 2022
1 parent ad9334d commit 09b6fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/10-issue.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('StatusList2021 Credentials (Issue "statusPurpose: revocation")',
issuerResponse = result;
issuedVc = data;
});
it.only('MUST issue a VC with SL 2021 "credentialStatus" and ' +
it('MUST issue a VC with SL 2021 "credentialStatus" and ' +
'"revocation" status purpose', async function() {
this.test.cell = {columnId: issuerName, rowId: this.test.title};
should.exist(issuerResponse);
Expand Down

0 comments on commit 09b6fda

Please sign in to comment.