Clean up some linting errors

This commit is contained in:
Veronica Berglyd Olsen
2024-05-10 16:22:55 +02:00
parent 1ff9fea378
commit 101400bea3
2 changed files with 6 additions and 5 deletions
+1
View File
@@ -56,6 +56,7 @@ def testDlgSplit_Main(qtbot, monkeypatch, nwGUI, projPath, mockRnd):
)
hSplitDoc = project.newFile("Split Doc", C.hNovelRoot)
assert hSplitDoc is not None
project.writeNewFile(hSplitDoc, 1, True, docText)
projTree.revealNewTreeItem(hSplitDoc, nHandle=C.hNovelRoot, wordCount=True)