diff options
author | Eric Eastwood <eric.eastwood@beta.gouv.fr> | 2024-08-07 13:46:28 -0500 |
---|---|---|
committer | Eric Eastwood <eric.eastwood@beta.gouv.fr> | 2024-08-07 13:46:28 -0500 |
commit | 458d8b786772acc60232ba201d96a27e0d4d8322 (patch) | |
tree | 06c56bd827949144e10a216dcfad04d720d6c3cf | |
parent | Fix docstring (diff) | |
download | synapse-458d8b786772acc60232ba201d96a27e0d4d8322.tar.xz |
Fix test description
-rw-r--r-- | tests/rest/client/sliding_sync/test_rooms_required_state.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/rest/client/sliding_sync/test_rooms_required_state.py b/tests/rest/client/sliding_sync/test_rooms_required_state.py index 0f37a87cc0..823e7db569 100644 --- a/tests/rest/client/sliding_sync/test_rooms_required_state.py +++ b/tests/rest/client/sliding_sync/test_rooms_required_state.py @@ -631,8 +631,7 @@ class SlidingSyncRoomsRequiredStateTestCase(SlidingSyncBase): def test_rooms_required_state_partial_state(self) -> None: """ - Test partially-stated room are excluded unless `rooms.required_state` is - lazy-loading room members. + Test partially-stated room are excluded if they require full state. """ user1_id = self.register_user("user1", "pass") user1_tok = self.login(user1_id, "pass") |