diff options
author | Erik Johnston <erik@matrix.org> | 2019-06-19 11:33:03 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-06-19 11:33:03 +0100 |
commit | 554609288b0fc5f36d9dd9c45a939e7c81698b12 (patch) | |
tree | 1c8632c578fcf69abb3595c8234d1502803e7709 /tests | |
parent | Newsfile (diff) | |
download | synapse-554609288b0fc5f36d9dd9c45a939e7c81698b12.tar.xz |
Run as background process and fix comments
Diffstat (limited to 'tests')
-rw-r--r-- | tests/storage/test_cleanup_extrems.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storage/test_cleanup_extrems.py b/tests/storage/test_cleanup_extrems.py index ed5d58f58c..e9e2d5337c 100644 --- a/tests/storage/test_cleanup_extrems.py +++ b/tests/storage/test_cleanup_extrems.py @@ -255,7 +255,7 @@ class CleanupExtremDummyEventsTestCase(HomeserverTestCase): ) self.assertEqual(len(latest_event_ids), 50) - # Bump the reacto repeatedly so that the background updates have a + # Pump the reactor repeatedly so that the background updates have a # chance to run. self.pump(10 * 60) |