diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-12-07 16:51:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 11:51:53 -0500 |
commit | d6fb96e056f79de220d8d59429d89a61498e9af3 (patch) | |
tree | 04f92995aaa7345d304934a21212f8071a70a876 /changelog.d/11331.misc | |
parent | Sort internal changes in changelog (diff) | |
download | synapse-d6fb96e056f79de220d8d59429d89a61498e9af3.tar.xz |
Fix case in `wait_for_background_updates` where `self.store` does not exist (#11331)
Pull the DataStore from the HomeServer instance, which always exists.
Diffstat (limited to 'changelog.d/11331.misc')
-rw-r--r-- | changelog.d/11331.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11331.misc b/changelog.d/11331.misc new file mode 100644 index 0000000000..1ab3a6a975 --- /dev/null +++ b/changelog.d/11331.misc @@ -0,0 +1 @@ +A test helper (`wait_for_background_updates`) no longer depends on classes defining a `store` property. |