Rename redaction test case to something helpful
parent
c818aa13eb
commit
72e80dbe0e
|
@ -26,7 +26,7 @@ from synapse.api.events.room import (
|
|||
from tests.utils import SQLiteMemoryDbPool
|
||||
|
||||
|
||||
class StreamStoreTestCase(unittest.TestCase):
|
||||
class RedactionTestCase(unittest.TestCase):
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def setUp(self):
|
||||
|
|
Loading…
Reference in New Issue