Skip to content

Commit

Permalink
Debug jsonLD tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DaevMithran committed Oct 16, 2024
1 parent abb06f7 commit 81fb6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/parallel/credential/issue-verify-flow.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test(' Issue a jwt credential with a deactivated DID', async ({ request }) => {
expect(response.status()).toBe(StatusCodes.BAD_REQUEST);
});

test.skip(' Issue a jsonLD credential with Ed25519VerificationKey2018', async ({ request }) => {
test(' Issue a jsonLD credential with Ed25519VerificationKey2018', async ({ request }) => {
const credentialData = JSON.parse(
fs.readFileSync(`${PAYLOADS_PATH.CREDENTIAL}/credential-issue-jsonld-ed25519-2018.json`, 'utf-8')
);
Expand Down

0 comments on commit 81fb6ec

Please sign in to comment.