Skip to content

Commit

Permalink
Update tests/handlers/test_sync.py
Browse files Browse the repository at this point in the history
Co-authored-by: Richard van der Hoff <[email protected]>
  • Loading branch information
erikjohnston and richvdh authored Apr 9, 2024
1 parent 8894c3e commit f2f5db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/handlers/test_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,8 @@ def test_state_includes_changes_on_long_lived_forks(self) -> None:
| E4
| |
... and a filter that means we only return 1 events, represented by the dashed
horizontal line: `S2` must be included in the `state` section on the second sync.
... and a filter that means we only return 1 event, represented by the dashed
horizontal lines: `S2` must be included in the `state` section on the second sync.
"""
alice = self.register_user("alice", "password")
alice_tok = self.login(alice, "password")
Expand Down

0 comments on commit f2f5db0

Please sign in to comment.