diff options
author | David Robertson <davidr@element.io> | 2023-02-09 00:23:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 00:23:35 +0000 |
commit | 7081bb56e2b4201ee730310a88180b6f76af1337 (patch) | |
tree | c6d592a19bc732e55129f5dd1f652f6ba94b5a50 /tests/events/test_presence_router.py | |
parent | Add more missing type hints to tests. (#15028) (diff) | |
download | synapse-7081bb56e2b4201ee730310a88180b6f76af1337.tar.xz |
Proper types for `tests.module_api` (#15031)
* -> None for test methods * A first batch of type fixes * Introduce common parent test case * Fixup that big test method * tests.module_api passes mypy * Changelog
Diffstat (limited to 'tests/events/test_presence_router.py')
-rw-r--r-- | tests/events/test_presence_router.py | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/tests/events/test_presence_router.py b/tests/events/test_presence_router.py |