Skip to content

Commit 1433ce3

Browse files
author
Gonzalo Diaz
committed
[Hacker Rank] Interview Preparation Kit: Sorting: Comparator. Typo fixed.
1 parent 1fefa47 commit 1433ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hackerrank/interview_preparation_kit/sort/ctci_comparator_sorting.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
} from './ctci_comparator_sorting';
1010
import TEST_CASES from './ctci_comparator_sorting.testcases.json';
1111

12-
describe('countSwaps', () => {
12+
describe('comparatorSorting', () => {
1313
it('test_player', () => {
1414
expect.assertions(2);
1515

0 commit comments

Comments
 (0)