diff options
author | Erik Johnston <erikj@element.io> | 2024-07-18 13:53:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-18 13:53:26 +0100 |
commit | 40d9587e04b6e38d4dcbd940c0ccee62e8656de3 (patch) | |
tree | 3c59b33cc3d8f29b54e6652c16eb5ea9ae45c7a7 /tests/rest/client/test_sync.py | |
parent | Add tests (diff) | |
download | synapse-40d9587e04b6e38d4dcbd940c0ccee62e8656de3.tar.xz |
Apply suggestions from code review
Co-authored-by: Eric Eastwood <eric.eastwood@beta.gouv.fr>
Diffstat (limited to 'tests/rest/client/test_sync.py')
-rw-r--r-- | tests/rest/client/test_sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rest/client/test_sync.py b/tests/rest/client/test_sync.py index ada95bba22..8ab72c48a3 100644 --- a/tests/rest/client/test_sync.py +++ b/tests/rest/client/test_sync.py @@ -4411,7 +4411,7 @@ class SlidingSyncTestCase(unittest.HomeserverTestCase): ) def test_incremental_sync_full_state_new_room(self) -> None: - """Test that we get state all state in incremental sync for rooms that + """Test that we get all state in incremental sync for rooms that we haven't seen before. """ |