summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2016-07-25 12:25:06 +0100
committerRichard van der Hoff <richard@matrix.org>2016-07-25 12:25:06 +0100
commit42f4feb2b709671bb2dbbabfe1aad7e951479652 (patch)
tree965f0d8e074bc4c116426fa6cd2eed39c12deba3 /tests
parentFix background_update tests (diff)
downloadsynapse-42f4feb2b709671bb2dbbabfe1aad7e951479652.tar.xz
PEP8
Diffstat (limited to 'tests')
-rw-r--r--tests/storage/test_background_update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storage/test_background_update.py b/tests/storage/test_background_update.py
index 4944cb0d2e..1286b4ce2d 100644
--- a/tests/storage/test_background_update.py
+++ b/tests/storage/test_background_update.py
@@ -68,7 +68,7 @@ class BackgroundUpdateTestCase(unittest.TestCase):
         self.update_handler.side_effect = update
         self.update_handler.reset_mock()
         result = yield self.store.do_next_background_update(
-           duration_ms * desired_count
+            duration_ms * desired_count
         )
         self.assertIsNotNone(result)
         self.update_handler.assert_called_once_with(