mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-13 22:13:29 +01:00
Rename redaction test case to something helpful
This commit is contained in:
parent
c818aa13eb
commit
72e80dbe0e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ from synapse.api.events.room import (
|
||||||
from tests.utils import SQLiteMemoryDbPool
|
from tests.utils import SQLiteMemoryDbPool
|
||||||
|
|
||||||
|
|
||||||
class StreamStoreTestCase(unittest.TestCase):
|
class RedactionTestCase(unittest.TestCase):
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
|
|
Loading…
Reference in a new issue