synapse/changelog.d/11331.misc
Andrew Morgan d6fb96e056
Fix case in wait_for_background_updates where self.store does not exist (#11331)
Pull the DataStore from the HomeServer instance, which
always exists.
2021-12-07 11:51:53 -05:00

2 lines
104 B
Plaintext

A test helper (`wait_for_background_updates`) no longer depends on classes defining a `store` property.