Fix tests

This commit is contained in:
Veronica Berglyd Olsen
2023-02-12 15:12:39 +01:00
parent c39e37c799
commit 7638db21ec
13 changed files with 80 additions and 42 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ class ToOdt(Tokenizer):
# ===============
if self._headerText == "":
theTitle = self.theProject.data.title
theTitle = self.theProject.data.title or self.theProject.data.name
theAuth = self.theProject.data.author
self._headerText = f"{theTitle} / {theAuth} /"