Skip to content

Commit

Permalink
chore: add a log line
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Dec 13, 2023
1 parent 9b75771 commit 70575e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/snap/src/handlers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,8 @@ describe('onRPCRequest', () => {
...buildRpcRequest('selfDecrypt', base64Encode(decryptRequest), meta),
});

const decryptResultPayload = ((await decryptResponse) as any).response
.result.res;

const decryptResultPayload = (await decryptResponse).response?.result.res;
console.log('decryptResult', (await decryptResponse).response);
const decryptResultProto =
keystore.DecryptResponse.decode(decryptResultPayload);
expect(decryptResultProto.responses[0].result?.decrypted).toEqual(
Expand Down

0 comments on commit 70575e8

Please sign in to comment.