Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Add a docstring to a test method.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Sep 13, 2022
1 parent a5a11c7 commit fad9dc0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/storage/test_event_push_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@ def _mark_read(event_id: str) -> None:
_assert_counts(0, 0)

def test_count_aggregation_threads(self) -> None:
"""
This is essentially the same test as test_count_aggregation, but adds
events to the main timeline and to a thread.
"""

# Create a user to receive notifications and send receipts.
user_id = self.register_user("user1235", "pass")
token = self.login("user1235", "pass")
Expand Down

0 comments on commit fad9dc0

Please sign in to comment.