Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
uhoreg committed Nov 19, 2024
1 parent 9a43201 commit bf0d5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit-tests/SecurityManager-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe("SecurityManager", () => {
stubClient();

const func = jest.fn();
accessSecretStorage(func, true);
accessSecretStorage(func, { forceReset: true });

expect(spy).toHaveBeenCalledTimes(1);
await expect(spy.mock.lastCall![0]).resolves.toEqual(expect.objectContaining({ __test: true }));
Expand Down

0 comments on commit bf0d5a8

Please sign in to comment.