Skip to content

Commit c7a6ca1

Browse files
committedMar 27, 2025
Fix naming
1 parent ac7429d commit c7a6ca1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎tests/corpora/test_update_usfm_parser_handler.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -131,22 +131,22 @@ def test_get_usfm_strip_paragraphs_preserve_paragraph_styles():
131131

132132
assess(target, result)
133133

134-
targetDiffParagraph = update_usfm(
134+
target_diff_paragraph = update_usfm(
135135
rows,
136136
usfm,
137137
text_behavior=UpdateUsfmTextBehavior.STRIP_EXISTING,
138138
paragraph_behavior=UpdateUsfmMarkerBehavior.STRIP,
139139
preserve_paragraph_styles=["ip"],
140140
)
141-
resultDiffParagraph = r"""\id MAT
141+
result_diff_paragraph = r"""\id MAT
142142
\c 1
143143
\rem New remark
144144
\r
145145
\ip This is another remark, but with a different marker
146146
\v 1 Update 1
147147
"""
148148

149-
assess(targetDiffParagraph, resultDiffParagraph)
149+
assess(target_diff_paragraph, result_diff_paragraph)
150150

151151

152152
def test_preserve_paragraphs():

0 commit comments

Comments
 (0)