diff options
| author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-08-25 09:27:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-25 09:27:21 -0400 |
| commit | a8a46b13360b8bd07cbca48798791098ef6d6d3c (patch) | |
| tree | 074f5ad409df786f03c6f733ff541792ad9f0b7d /tests/push | |
| parent | Add warnings about MSC3861 on certain APIs. (#16168) (diff) | |
| download | synapse-a8a46b13360b8bd07cbca48798791098ef6d6d3c.tar.xz | |
Replace simple_async_mock with AsyncMock (#16180)
Python 3.8 has a native AsyncMock, use it instead of a custom implementation.
Diffstat (limited to 'tests/push')
| -rw-r--r-- | tests/push/test_bulk_push_rule_evaluator.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/push/test_bulk_push_rule_evaluator.py b/tests/push/test_bulk_push_rule_evaluator.py |
