diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-12-04 11:30:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-04 11:30:32 +0100 |
commit | 48972ce9d10c67b49a0f7b4f45aa91551de0c830 (patch) | |
tree | 787f641e50f195a19b131278e8d9d8ec5984c8c1 /changelog.d | |
parent | Merge pull request #4250 from matrix-org/hawkowl/pusher-remove-py3 (diff) | |
download | synapse-48972ce9d10c67b49a0f7b4f45aa91551de0c830.tar.xz |
Patch defer.inlineCallbacks to check logcontexts in tests (#4205)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4205.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4205.misc b/changelog.d/4205.misc new file mode 100644 index 0000000000..bbdce2c7aa --- /dev/null +++ b/changelog.d/4205.misc @@ -0,0 +1 @@ +More logcontext checking in unittests |