Skip to content

Commit

Permalink
DCO Remediation Commit for Release commit workflow <narhovhannisian@g…
Browse files Browse the repository at this point in the history
…mail.com>

I, Release commit workflow <narhovhannisian@gmail.com>, hereby add my Signed-off-by to this commit: ed00997
I, Release commit workflow <narhovhannisian@gmail.com>, hereby add my Signed-off-by to this commit: 6b27f6d

Signed-off-by: Release commit workflow <narhovhannisian@gmail.com>
  • Loading branch information
narekhovhannisyan committed Jan 13, 2025
1 parent dac9c17 commit d1d1612
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 = 10;
const logMessage = 11;
console.debug(logMessage);

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

0 comments on commit d1d1612

Please sign in to comment.