mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-10 12:02:43 +01:00
daf11e26ef
Python 3.8 provides a native AsyncMock, we can replace the homegrown version we have.
1 line
40 B
Text
1 line
40 B
Text
Use `AsyncMock` instead of custom code.
|