summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-07-04 09:35:40 +0100
committerRichard van der Hoff <richard@matrix.org>2018-07-04 09:40:01 +0100
commitea555d56331ad01edc9871ec7bf879df7d24dc7d (patch)
tree393232ee737cb5354fcc3516b16aa100a44adf96 /changelog.d
parentReject invalid server names (#3480) (diff)
downloadsynapse-ea555d56331ad01edc9871ec7bf879df7d24dc7d.tar.xz
Reinstate lost run_on_reactor in unit test
a61738b removed a call to run_on_reactor from a unit test, but that call was
doing something useful, in making the function in question asynchronous.

Reinstate the call and add a check that we are testing what we wanted to be
testing.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/3385.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3385.misc b/changelog.d/3385.misc
new file mode 100644
index 0000000000..92a91a1ca5
--- /dev/null
+++ b/changelog.d/3385.misc
@@ -0,0 +1 @@
+Reinstate lost run_on_reactor in unit tests