Fix test coverage of wordlist dialog
This commit is contained in:
@@ -111,7 +111,7 @@ class GuiLipsum(QDialog):
|
||||
|
||||
return
|
||||
|
||||
def __del__(self):
|
||||
def __del__(self): # pragma: no cover
|
||||
logger.debug("Delete: GuiLipsum")
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user