format code
This commit is contained in:
parent
6e589d4e23
commit
433cb4237b
1 changed files with 1 additions and 3 deletions
|
@ -66,9 +66,7 @@ class ChatFunctionsTestCase(unittest.IsolatedAsyncioTestCase):
|
|||
fake_response = Mock(spec=nio.RoomSendError)
|
||||
fake_response.error = "some error"
|
||||
fake_matrix_client = Mock(spec=nio.AsyncClient)
|
||||
fake_matrix_client.room_send.return_value = make_awaitable(
|
||||
fake_response
|
||||
)
|
||||
fake_matrix_client.room_send.return_value = make_awaitable(fake_response)
|
||||
fake_room_id = "!abcdefgh:example.com"
|
||||
fake_event_id = "some event id"
|
||||
fake_reaction_text = "some reaction"
|
||||
|
|
Loading…
Reference in a new issue