Skip to content

Commit

Permalink
Revert encrypt-decrypt.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanovSPvirtru committed Sep 7, 2023
1 parent 38e0d32 commit 9c8bdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/mocha/encrypt-decrypt.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('encrypt decrypt test', async function () {

const encryptedStream = await client.encrypt({
eo,
metadata: {},
metadata: Mocks.getMetadataObject(),
offline: true,
scope,
source: new ReadableStream({
Expand Down

0 comments on commit 9c8bdda

Please sign in to comment.