diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-04-01 13:48:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-01 12:48:08 +0000 |
commit | b7762b0c9f007e92a5b6a29add1c7f1603431889 (patch) | |
tree | 1a913930faff3d4102d8dd2ad7ac68b87c61b7e9 /changelog.d/12348.misc | |
parent | Move `update_client_ip` background job from the main process to the backgroun... (diff) | |
download | synapse-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 '')
-rw-r--r-- | changelog.d/12348.misc | 1 |
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`. |