Rename redaction test case to something helpful

pull/10/head
Erik Johnston 2014-09-25 15:52:23 +01:00
parent c818aa13eb
commit 72e80dbe0e
1 changed files with 1 additions and 1 deletions

View File

@ -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):