Squash into "and use everywhere"
This commit is contained in:
@@ -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)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user