Skip to content

Commit 686bd56

Browse files
committed
spelling: sentence
Signed-off-by: Josh Soref <[email protected]>
1 parent fd4a648 commit 686bd56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittests/evaluation/test_hallucinations_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_parse_sentences_with_newlines(self):
105105
"""Tests _parse_sentences method with sentences containing newlines."""
106106
text_with_newlines = """<sentence>This is a sentence with
107107
\n\nnewlines.</sentence>
108-
<sentence>This sentence will not be parsed</stenence>"""
108+
<sentence>This sentence will not be parsed</sentence>"""
109109
assert _parse_sentences(text_with_newlines) == [
110110
"This is a sentence with\n\n\nnewlines."
111111
]

0 commit comments

Comments
 (0)