Fix test coverage of writingstats class

This commit is contained in:
Veronica Berglyd Olsen
2023-06-13 22:32:17 +02:00
parent b2bfaad73d
commit 90012aff17
2 changed files with 31 additions and 41 deletions
+1 -1
View File
@@ -471,7 +471,7 @@ class GuiWritingStats(QDialog):
self.notesWords.setText(f"{ttNotes:n}")
self.totalWords.setText(f"{ttWords:n}")
return True
return
##
# Slots