diff options
author | Eric Eastwood <eric.eastwood@beta.gouv.fr> | 2024-07-25 11:01:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-25 11:01:47 -0500 |
commit | 568051c0f07393b786b9d813a1db53dd332c9fc2 (patch) | |
tree | 9c49daafbad4ef446be06507a58dfcb7f5a2ca9a /changelog.d/17482.misc | |
parent | Refactor Sliding Sync tests to better utilize the `SlidingSyncBase` (pt. 1) (... (diff) | |
download | synapse-568051c0f07393b786b9d813a1db53dd332c9fc2.tar.xz |
Refactor Sliding Sync tests to better utilize the `SlidingSyncBase.do_sync(...)` (pt. 2) (#17482)
`SlidingSyncBase.do_sync()` for tests was first introduced in https://github.com/element-hq/synapse/pull/17452 Part 1: https://github.com/element-hq/synapse/pull/17481
Diffstat (limited to 'changelog.d/17482.misc')
-rw-r--r-- | changelog.d/17482.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17482.misc b/changelog.d/17482.misc new file mode 100644 index 0000000000..ac55538424 --- /dev/null +++ b/changelog.d/17482.misc @@ -0,0 +1 @@ +Refactor Sliding Sync tests to better utilize the `SlidingSyncBase`. |