diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-03-02 06:56:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-02 06:56:16 -0500 |
commit | 6adb89ff007500ea9c41fb5bd1a9e644cc6397cd (patch) | |
tree | 944a7300e53bd85df93a038752fad08ae6b6a366 /changelog.d | |
parent | Remove misleading newsfile from #12126 which backs out an unreleased change. (diff) | |
download | synapse-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.misc | 1 |
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. |