Skip to content

Commit

Permalink
Update tests/suites/create.js remove white space from start of test t…
Browse files Browse the repository at this point in the history
…itle.

Co-authored-by: BigBlueHat <[email protected]>
  • Loading branch information
aljones15 and BigBlueHat authored Jul 10, 2024
1 parent c7643bc commit d93b590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/suites/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export function createSuite({
shouldHaveMandatoryPointers({proof});
}
});
it.skip(' If featureOption is set to "anonymous_holder_binding" or ' +
it.skip('If featureOption is set to "anonymous_holder_binding" or ' +
'"pseudonym_hidden_pid", the commitment_with_proof input MUST be ' +
'supplied.', async function() {
this.test.link = 'https://w3c.github.io/vc-di-bbs/#:~:text=If%20featureOption%20is%20set%20to%20%22anonymous_holder_binding%22%20or%20%22pseudonym_hidden_pid%22%2C%20the%20commitment_with_proof%20input%20MUST%20be%20supplied.';
Expand Down

0 comments on commit d93b590

Please sign in to comment.