Skip to content

Commit 36a647f

Browse files
author
Gonzalo Diaz
committed
[REFACTOR] Typo fixed.
1 parent 8b0ee8a commit 36a647f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/hackerrank/interview_preparation_kit/dictionaries_and_hashmaps/sherlock_and_anagrams.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ describe('sherlock_and_anagrams', () => {
4949
testSet.tests.forEach((test) => {
5050
const answer = sherlockAndAnagrams(test.input);
5151

52-
console.debug(`checkMagazine(${test.input}) solution found: ${answer}`);
52+
console.debug(
53+
`sherlockAndAnagrams(${test.input}) solution found: ${answer}`
54+
);
5355

5456
expect(answer).toStrictEqual(test.expected);
5557
});

0 commit comments

Comments
 (0)