We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4a648 commit 686bd56Copy full SHA for 686bd56
tests/unittests/evaluation/test_hallucinations_v1.py
@@ -105,7 +105,7 @@ def test_parse_sentences_with_newlines(self):
105
"""Tests _parse_sentences method with sentences containing newlines."""
106
text_with_newlines = """<sentence>This is a sentence with
107
\n\nnewlines.</sentence>
108
-<sentence>This sentence will not be parsed</stenence>"""
+<sentence>This sentence will not be parsed</sentence>"""
109
assert _parse_sentences(text_with_newlines) == [
110
"This is a sentence with\n\n\nnewlines."
111
]
0 commit comments