diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-07-25 12:25:06 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-07-25 12:25:06 +0100 |
commit | 42f4feb2b709671bb2dbbabfe1aad7e951479652 (patch) | |
tree | 965f0d8e074bc4c116426fa6cd2eed39c12deba3 /tests | |
parent | Fix background_update tests (diff) | |
download | synapse-42f4feb2b709671bb2dbbabfe1aad7e951479652.tar.xz |
PEP8
Diffstat (limited to 'tests')
-rw-r--r-- | tests/storage/test_background_update.py | 2 |
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( |