Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MantisClone committed Dec 22, 2022
1 parent 2f04274 commit 0b7e18e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/request-logic/test/index.test.ts
Expand Up @@ -886,6 +886,8 @@ describe('index', () => {
expect(fakeTransactionManager.persistTransaction).toHaveBeenCalledWith(
JSON.stringify(actionExpected),
requestId,
undefined,
[TestData.otherIdRaw.encryptionParams],
);
});
});
Expand Down

0 comments on commit 0b7e18e

Please sign in to comment.