1
0

Squash into "and use everywhere"

This commit is contained in:
Andrew Morgan
2021-12-10 15:04:30 +00:00
parent b570af047b
commit 137103a18a
+2 -1
View File
@@ -92,7 +92,8 @@ class ApplicationServiceTestCase(unittest.TestCase):
self.assertTrue(
(
yield defer.ensureDeferred(
self.service.is_interested_in_event(self.event)
# We need to provide the store here in order to carry out room checks
self.service.is_interested_in_event(self.event, self.store)
)
)
)