Skip to content

Commit 91aef34

Browse files
Update algorithms/heap/mergeksortedlists/test_merge_k_sorted_lists.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 8722c3a commit 91aef34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/heap/mergeksortedlists/test_merge_k_sorted_lists.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
]
1414

1515

16-
class MegeKListsTestCase(unittest.TestCase):
16+
class MergeKListsTestCase(unittest.TestCase):
1717
@parameterized.expand(MERGE_K_LISTS_TEST_CASES)
1818
def test_merge_k_lists(self, lists: List[List[int]], expected: List[int]):
1919
actual = merge_k_lists(lists)

0 commit comments

Comments
 (0)