Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed May 13, 2024
1 parent 38d3c87 commit 45adbe3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ describe('disable()', () => {
expect(taskManager.removeIfExists).not.toHaveBeenCalledWith();

expect(eventLogger.logEvent).toHaveBeenCalledTimes(0);
expect(rulesClientParams.logger.warn).toHaveBeenCalledWith(
expect(rulesClientParams.logger.debug).toHaveBeenCalledWith(
`rulesClient.disable('1') - Could not write untrack events - Fail`
);
});
Expand Down

0 comments on commit 45adbe3

Please sign in to comment.