Skip to content

Commit

Permalink
fix behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Nov 17, 2023
1 parent 066ac29 commit ed0329b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/packages/license/__tests__/emitter.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ describe('Event License behaviors', () => {
expect(preventFn).toBeCalledTimes(0);
expect(preventToggleFn).toBeCalledTimes(0);
expect(allowFn).toBeCalledTimes(1);
expect(allowToggleFn).toBeCalledTimes(1);
expect(allowToggleFn).toBeCalledTimes(0);

preventFn.mockClear();
preventToggleFn.mockClear();
Expand Down

0 comments on commit ed0329b

Please sign in to comment.