diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-11-04 14:45:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-04 14:45:34 +0000 |
commit | f36434590c1baafad4621afc9d2b583e9f89b6bb (patch) | |
tree | 09b237e7b8c66a013d76f4178fed78229acdf995 /changelog.d | |
parent | Track ongoing event fetches correctly in the presence of failure (#11240) (diff) | |
download | synapse-f36434590c1baafad4621afc9d2b583e9f89b6bb.tar.xz |
Additional test for `cachedList` (#11246)
I was trying to understand how `cachedList` works, and ended up writing this extra test. I figure we may as well keep it.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11246.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11246.misc b/changelog.d/11246.misc new file mode 100644 index 0000000000..e5e912c1b0 --- /dev/null +++ b/changelog.d/11246.misc @@ -0,0 +1 @@ +Add an additional test for the `cachedList` method decorator. |