Skip to content

Commit

Permalink
Update test_sort_array.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 18, 2024
1 parent ec3629f commit b553c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kyu_6/sort_the_odd/test_sort_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ def test_sort_array(self, source_array, expected):
f"and verify the expected: {expected}"
f"output vs actual result: {actual_result}."):
print_log(source_array=source_array,
expected=expected,
result=actual_result)
expected=expected,
result=actual_result)
self.assertListEqual(expected, actual_result)

0 comments on commit b553c77

Please sign in to comment.