Skip to content

Commit 101164c

Browse files
fix bugs
1 parent 3b74aae commit 101164c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit_tests/utils/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def test_truncate_str_3(self):
8383

8484
def test_add_line_break_1(self):
8585
t = add_line_break(3453, 10)
86-
assert t == 3453
86+
assert t == "3453"
8787

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

0 commit comments

Comments
 (0)