Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-vignal committed Oct 10, 2024
1 parent 3b74aae commit 101164c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/utils/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_truncate_str_3(self):

def test_add_line_break_1(self):
t = add_line_break(3453, 10)
assert t == 3453
assert t == "3453"

def test_add_line_break_2(self):
t = add_line_break("this is a very long sentence in order to make a very great test", 10)
Expand Down

0 comments on commit 101164c

Please sign in to comment.