Commit e3faefd
committed
Fix incorrect argument in merge_two_sorted_lists test case
Updated the test case to correctly pass two sorted lists as arguments to the merge_two_lists function. This ensures the test properly reflects the intended functionality of merging two sorted linked lists.1 parent 22986b0 commit e3faefd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments