Update tests

This commit is contained in:
Veronica Berglyd Olsen
2024-11-13 20:40:44 +01:00
parent 7a111bb173
commit ed431aa30f
11 changed files with 89 additions and 92 deletions
+1 -1
View File
@@ -395,7 +395,7 @@ def testFmtToDocX_ParagraphFormatting(mockGUI):
doc._pars[-1].toXml(xTest)
assert xmlToText(xTest) == (
'<w:body><w:p><w:pPr><w:pStyle w:val="Normal" />'
'<w:spacing w:before="0" w:after="0" w:line="252" /></w:pPr>'
'<w:spacing w:before="0" w:after="0" w:line="252" w:lineRule="auto" /></w:pPr>'
'<w:r><w:rPr /><w:t>Hello World</w:t></w:r></w:p></w:body>'
)