diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-09-15 14:19:16 +0100 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-09-15 14:19:16 +0100 |
commit | ae7dfeb5b6e8ee491f137d9a706cc83b9294b86f (patch) | |
tree | 4bf90c8ec06a7e4b70f785ed40cddb8345fab94a /tests/storage/test_roommember.py | |
parent | Merge remote-tracking branch 'origin/develop' into test-sqlite-memory (diff) | |
download | synapse-ae7dfeb5b6e8ee491f137d9a706cc83b9294b86f.tar.xz |
Use new 'tests.unittest' in new storage level tests
Diffstat (limited to 'tests/storage/test_roommember.py')
-rw-r--r-- | tests/storage/test_roommember.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storage/test_roommember.py b/tests/storage/test_roommember.py index 5a6e93d4d1..dd18291b4c 100644 --- a/tests/storage/test_roommember.py +++ b/tests/storage/test_roommember.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 |