summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-03-02 06:56:16 -0500
committerGitHub <noreply@github.com>2022-03-02 06:56:16 -0500
commit6adb89ff007500ea9c41fb5bd1a9e644cc6397cd (patch)
tree944a7300e53bd85df93a038752fad08ae6b6a366 /changelog.d
parentRemove misleading newsfile from #12126 which backs out an unreleased change. (diff)
downloadsynapse-6adb89ff007500ea9c41fb5bd1a9e644cc6397cd.tar.xz
Improve and refactor the tests for relations. (#12113)
* Modernizes code (f-strings, etc.)
* Fixes incorrect comments.
* Splits the test case into two.
* Factors out some duplicated code.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12113.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12113.misc b/changelog.d/12113.misc
new file mode 100644
index 0000000000..102e064053
--- /dev/null
+++ b/changelog.d/12113.misc
@@ -0,0 +1 @@
+Refactor the tests for event relations.