diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-08-22 11:43:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 11:43:44 -0400 |
commit | 3f17178728fa4029c2504f4ceb7377dc888512ab (patch) | |
tree | 2917517d3a8ddf9d571380cc8bfa4a1e153085ab /changelog.d | |
parent | Fix perf of `wait_for_stream_positions` (#16148) (diff) | |
download | synapse-3f17178728fa4029c2504f4ceb7377dc888512ab.tar.xz |
Clean-up presence tests (#16158)
Reduce duplicated code & remove unused variables.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16158.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16158.misc b/changelog.d/16158.misc new file mode 100644 index 0000000000..41059378c5 --- /dev/null +++ b/changelog.d/16158.misc @@ -0,0 +1 @@ +Improve presence tests. |