Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Jul 22, 2023
1 parent e1883a2 commit e20bf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/did/did.controller.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ describe('DidController', () => {
'@context': 'https://w3id.org/did-resolution/v1',
didDocument: {},
didDocumentMetadata: {},
didResolutionMetadata: { error: 'failed to get DID document', reason: `${Error('some bad error')}` },
didResolutionMetadata: { error: 'internalError', reason: `${Error('some bad error')}` },
});

expect(spies.logger.error).toHaveBeenCalledTimes(1);
Expand Down

0 comments on commit e20bf89

Please sign in to comment.