diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-07-04 09:35:40 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-07-04 09:40:01 +0100 |
commit | ea555d56331ad01edc9871ec7bf879df7d24dc7d (patch) | |
tree | 393232ee737cb5354fcc3516b16aa100a44adf96 /changelog.d | |
parent | Reject invalid server names (#3480) (diff) | |
download | synapse-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.misc | 1 |
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 |