mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
PEP8
This commit is contained in:
parent
465117d7ca
commit
42f4feb2b7
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user