summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-02-28 07:12:29 -0500
committerGitHub <noreply@github.com>2022-02-28 07:12:29 -0500
commit02d708568b476f2f7716000b35c0adfa4cbd31b3 (patch)
treed44cb17a2890502805100df3b93f20c003b56cf1 /changelog.d
parentsynctl: print warning if synctl_cache_factor is set in config (#11865) (diff)
downloadsynapse-02d708568b476f2f7716000b35c0adfa4cbd31b3.tar.xz
Replace assertEquals and friends with non-deprecated versions. (#12092)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12092.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12092.misc b/changelog.d/12092.misc
new file mode 100644
index 0000000000..62653d6f8d
--- /dev/null
+++ b/changelog.d/12092.misc
@@ -0,0 +1 @@
+User `assertEqual` instead of the deprecated `assertEquals` in test code.