diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-02-07 06:56:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-07 06:56:09 -0500 |
commit | 5b55c32d610b2baec8622f0418519b130ab4fa30 (patch) | |
tree | 34c34e9d40e1e6499f2efb469cc86e13816b81bc /changelog.d | |
parent | Properly typecheck types.http (#14988) (diff) | |
download | synapse-5b55c32d610b2baec8622f0418519b130ab4fa30.tar.xz |
Add tests for using _flatten_dict with an event. (#15002)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15002.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15002.misc b/changelog.d/15002.misc new file mode 100644 index 0000000000..68ac8335fc --- /dev/null +++ b/changelog.d/15002.misc @@ -0,0 +1 @@ +Add tests for `_flatten_dict`. |