mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-02 11:26:16 -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
|
from .TorGuiShareTest import TorGuiShareTest
|
||||||
|
|
||||||
class LocalShareModePersistentSlugTest(unittest.TestCase, TorGuiShareTest):
|
class ShareModePersistentSlugTest(unittest.TestCase, TorGuiShareTest):
|
||||||
@classmethod
|
@classmethod
|
||||||
def setUpClass(cls):
|
def setUpClass(cls):
|
||||||
test_settings = {
|
test_settings = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue