forked-synapse/changelog.d/16179.misc
Patrick Cloke daf11e26ef
Replace make_awaitable with AsyncMock (#16179)
Python 3.8 provides a native AsyncMock, we can replace the
homegrown version we have.
2023-08-24 19:38:46 -04:00

2 lines
40 B
Plaintext

Use `AsyncMock` instead of custom code.