summary refs log tree commit diff
path: root/tests/rest/client/test_sync.py
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-07-18 13:53:26 +0100
committerGitHub <noreply@github.com>2024-07-18 13:53:26 +0100
commit40d9587e04b6e38d4dcbd940c0ccee62e8656de3 (patch)
tree3c59b33cc3d8f29b54e6652c16eb5ea9ae45c7a7 /tests/rest/client/test_sync.py
parentAdd tests (diff)
downloadsynapse-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.py2
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.
         """