mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-07 04:22:46 -04:00
PEP8
This commit is contained in:
parent
465117d7ca
commit
42f4feb2b7
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class BackgroundUpdateTestCase(unittest.TestCase):
|
||||||
self.update_handler.side_effect = update
|
self.update_handler.side_effect = update
|
||||||
self.update_handler.reset_mock()
|
self.update_handler.reset_mock()
|
||||||
result = yield self.store.do_next_background_update(
|
result = yield self.store.do_next_background_update(
|
||||||
duration_ms * desired_count
|
duration_ms * desired_count
|
||||||
)
|
)
|
||||||
self.assertIsNotNone(result)
|
self.assertIsNotNone(result)
|
||||||
self.update_handler.assert_called_once_with(
|
self.update_handler.assert_called_once_with(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue