We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b74aae commit 101164cCopy full SHA for 101164c
tests/unit_tests/utils/test_utils.py
@@ -83,7 +83,7 @@ def test_truncate_str_3(self):
83
84
def test_add_line_break_1(self):
85
t = add_line_break(3453, 10)
86
- assert t == 3453
+ assert t == "3453"
87
88
def test_add_line_break_2(self):
89
t = add_line_break("this is a very long sentence in order to make a very great test", 10)
0 commit comments