forked-synapse/changelog.d/16180.misc
Patrick Cloke a8a46b1336
Replace simple_async_mock with AsyncMock (#16180)
Python 3.8 has a native AsyncMock, use it instead of a custom
implementation.
2023-08-25 09:27:21 -04:00

2 lines
40 B
Plaintext

Use `AsyncMock` instead of custom code.