summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-04-01 13:48:08 +0100
committerGitHub <noreply@github.com>2022-04-01 12:48:08 +0000
commitb7762b0c9f007e92a5b6a29add1c7f1603431889 (patch)
tree1a913930faff3d4102d8dd2ad7ac68b87c61b7e9 /changelog.d
parentMove `update_client_ip` background job from the main process to the backgroun... (diff)
downloadsynapse-b7762b0c9f007e92a5b6a29add1c7f1603431889.tar.xz
Move single-use methods out of `TestCase` (#12348)
These methods are only used by a single testcase, so they shouldn't be
cluttering up the base `TestCase` class.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12348.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12348.misc b/changelog.d/12348.misc
new file mode 100644
index 0000000000..2bfeadb7f8
--- /dev/null
+++ b/changelog.d/12348.misc
@@ -0,0 +1 @@
+Move single-use methods out of `TestCase`.