Update other tests

This commit is contained in:
Veronica Berglyd Olsen
2025-01-25 16:17:31 +01:00
parent 9f1274f953
commit 6d4e066810
5 changed files with 55 additions and 58 deletions
+4 -4
View File
@@ -573,8 +573,8 @@ def testCoreDocBuild_IterBuild(mockGUI, fncPath: Path, mockRnd):
assert docFile.read_text(encoding="utf-8") == (
"# New Novel\n\n"
"By Jane Doe\n\n"
"## Chapter: New Chapter\n\n"
"### Scene: New Scene\n\n"
"# Chapter: New Chapter\n\n"
"## Scene: New Scene\n\n"
"# Notes: Plot\n\n"
"# Main Plot\n\n"
"**Text**\n\n"
@@ -594,8 +594,8 @@ def testCoreDocBuild_IterBuild(mockGUI, fncPath: Path, mockRnd):
assert docFile.read_text(encoding="utf-8") == (
"# New Novel\n\n"
"By Jane Doe\n\n"
"## Chapter: New Chapter\n\n"
"### Scene: New Scene\n\n"
"# Chapter: New Chapter\n\n"
"## Scene: New Scene\n\n"
"# Notes: Plot\n\n"
"# Main Plot\n\n"
"**Text**\n\n"