diff options
author | Erik Johnston <erik@matrix.org> | 2014-09-25 15:52:23 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-09-25 15:52:23 +0100 |
commit | 72e80dbe0e00d64896ed007d4a7b605ffdc0ed46 (patch) | |
tree | de89b6e626de754e26b45215a2297f82e9bb1569 /tests/storage/test_redaction.py | |
parent | Add LIMIT to scalar subquery (diff) | |
download | synapse-72e80dbe0e00d64896ed007d4a7b605ffdc0ed46.tar.xz |
Rename redaction test case to something helpful
Diffstat (limited to 'tests/storage/test_redaction.py')
-rw-r--r-- | tests/storage/test_redaction.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storage/test_redaction.py b/tests/storage/test_redaction.py index 966deb365c..dae1641ea1 100644 --- a/tests/storage/test_redaction.py +++ b/tests/storage/test_redaction.py @@ -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): |