1
0

Add future TODO

This commit is contained in:
Eric Eastwood
2025-10-13 14:35:05 -05:00
parent 01343d6519
commit 2fcd70dbf8

View File

@@ -690,6 +690,9 @@ class HomeserverTestCase(TestCase):
# because tests assume that the database is using the latest schema.
self.wait_for_background_updates()
# TODO: How can we concretely know that the database background updates were
# scheduled and now complete?
return hs
def pump(self, by: float = 0.0) -> None: