summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-09-18 10:48:02 -0400
committerGitHub <noreply@github.com>2023-09-18 14:48:02 +0000
commit47d4bb605740db04222d4cc9f083821b6d839a63 (patch)
tree64fa1bc5ca5515c9f54a79555bfed72bb463d3e1 /changelog.d
parentFilter locked users in the admin API (#16328) (diff)
downloadsynapse-47d4bb605740db04222d4cc9f083821b6d839a63.tar.xz
Stop patching EventBase.__eq__ in tests. (#16349)
It is clearer to directly test equality instead of doing indirect
assertions via patching __eq__.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16349.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16349.misc b/changelog.d/16349.misc
new file mode 100644
index 0000000000..8ce27a1599
--- /dev/null
+++ b/changelog.d/16349.misc
@@ -0,0 +1 @@
+Avoid patching code in tests.