diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-06-17 08:38:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-17 12:38:13 +0000 |
commit | d3d84685ce1acc05cbec00d2934548473850f9d0 (patch) | |
tree | a49e515c70d969af1f6b2c949e037019a0d170d8 /changelog.d | |
parent | Fix type error that made its way onto develop (#13098) (diff) | |
download | synapse-d3d84685ce1acc05cbec00d2934548473850f9d0.tar.xz |
Add type hints to event push actions tests. (#13099)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12985.misc | 2 | ||||
-rw-r--r-- | changelog.d/13099.misc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/12985.misc b/changelog.d/12985.misc index d5ab9eedea..7f6492d587 100644 --- a/changelog.d/12985.misc +++ b/changelog.d/12985.misc @@ -1 +1 @@ -Add type annotations to `tests.state.test_v2`. +Add type hints to tests. diff --git a/changelog.d/13099.misc b/changelog.d/13099.misc new file mode 100644 index 0000000000..7f6492d587 --- /dev/null +++ b/changelog.d/13099.misc @@ -0,0 +1 @@ +Add type hints to tests. |