Skip to content

Commit

Permalink
break long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
yuema137 committed Nov 13, 2024
1 parent 93e4b5b commit cf9d276
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_sort.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ def test_sort_stability(self, data):
self.assertTrue(
final_sort[i]["letter"] <= final_sort[i + 1]["letter"],
f"Stability violated: for equal numbers {final_sort[i]['num']}, "
f"letter {final_sort[i]['letter']} should come before or equal to {final_sort[i + 1]['letter']}",
f"letter {final_sort[i]['letter']} should come "
f"before or equal to {final_sort[i + 1]['letter']}",
)


Expand Down

0 comments on commit cf9d276

Please sign in to comment.