summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-02-16 08:04:15 -0500
committerGitHub <noreply@github.com>2021-02-16 08:04:15 -0500
commit74af356baf79de5d719fad6c32b981eedbdd950d (patch)
tree80e1609b4dd991669eb3f0410b076dabfcb72c25 /changelog.d
parentFix sample config (diff)
downloadsynapse-74af356baf79de5d719fad6c32b981eedbdd950d.tar.xz
Convert additional test-cases to homeserver test case. (#9396)
And convert some inlineDeferreds to async-friendly functions.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9396.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9396.misc b/changelog.d/9396.misc
new file mode 100644
index 0000000000..df1348ec42
--- /dev/null
+++ b/changelog.d/9396.misc
@@ -0,0 +1 @@
+Convert tests to use `HomeserverTestCase`.