diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-09-16 12:01:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-16 12:01:14 -0400 |
commit | bfb4b858a999684ba2459ee4c3aa20270d13062d (patch) | |
tree | ff3830e83cb0a867f61a203e2e63133558a1bcc0 /changelog.d | |
parent | Add type hints to state database module. (#10823) (diff) | |
download | synapse-bfb4b858a999684ba2459ee4c3aa20270d13062d.tar.xz |
Create a constant for a small png image in tests. (#10834)
To avoid duplicating it between a few tests.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10834.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10834.misc b/changelog.d/10834.misc new file mode 100644 index 0000000000..037695e6e9 --- /dev/null +++ b/changelog.d/10834.misc @@ -0,0 +1 @@ +Factor out PNG image data to a constant to be used in several tests. |