mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-01 02:46:22 -04:00
Fix class name of Tor persistent mode test
This commit is contained in:
parent
5df43ed232
commit
7329cd0fa5
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
Add a link
Reference in a new issue