Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
Signed-off-by: Narek Hovhannisyan <[email protected]>
  • Loading branch information
narekhovhannisyan authored Jan 13, 2025
2 parents 73a2149 + d63b807 commit 888ce18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/common/util/debug-logger.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ describe('util/debug-logger: ', () => {
});

it('logs messages when the message is a number.', () => {
const logMessage = 11;
const logMessage = 10;
console.debug(logMessage);

expect(debugSpy).toHaveBeenCalledTimes(1);
Expand Down

0 comments on commit 888ce18

Please sign in to comment.