mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 10:42:58 -03:00
Fix class name of Tor persistent mode test
This commit is contained in:
parent
738be1cb4e
commit
e31a424a4d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import unittest
|
|||
|
||||
from .TorGuiShareTest import TorGuiShareTest
|
||||
|
||||
class LocalShareModePersistentSlugTest(unittest.TestCase, TorGuiShareTest):
|
||||
class ShareModePersistentSlugTest(unittest.TestCase, TorGuiShareTest):
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
test_settings = {
|
||||
|
|
Loading…
Add table
Reference in a new issue