mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-05 07:55:23 -04:00
Fix bug when handling a broken tor connection
This commit is contained in:
parent
e2c94e49c9
commit
2a1963a8f5
2 changed files with 4 additions and 4 deletions
|
@ -46,7 +46,10 @@ class GuiBaseTest(unittest.TestCase):
|
|||
|
||||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
# Quit
|
||||
QtCore.QTimer.singleShot(0, cls.gui.close_dialog.accept_button.click)
|
||||
cls.gui.close()
|
||||
|
||||
cls.gui.cleanup()
|
||||
|
||||
# Shared test methods
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue