summary refs log tree commit diff
path: root/tests/storage/test_profile.py
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <paul@matrix.org>2014-09-15 14:19:16 +0100
committerPaul "LeoNerd" Evans <paul@matrix.org>2014-09-15 14:19:16 +0100
commitae7dfeb5b6e8ee491f137d9a706cc83b9294b86f (patch)
tree4bf90c8ec06a7e4b70f785ed40cddb8345fab94a /tests/storage/test_profile.py
parentMerge remote-tracking branch 'origin/develop' into test-sqlite-memory (diff)
downloadsynapse-ae7dfeb5b6e8ee491f137d9a706cc83b9294b86f.tar.xz
Use new 'tests.unittest' in new storage level tests
Diffstat (limited to 'tests/storage/test_profile.py')
-rw-r--r--tests/storage/test_profile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storage/test_profile.py b/tests/storage/test_profile.py

index 1855278044..21df2babdc 100644 --- a/tests/storage/test_profile.py +++ b/tests/storage/test_profile.py
@@ -14,7 +14,7 @@ # limitations under the License. -from twisted.trial import unittest +from tests import unittest from twisted.internet import defer from synapse.server import HomeServer