Skip to content

Commit 6eb4114

Browse files
authored
Merge pull request #457 from sir-gon/develop
[Hacker Rank] Interview Preparation Kit: Sorting: Comparator. Typo fi…
2 parents 1fefa47 + 1433ce3 commit 6eb4114

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)