mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-05-03 12:51:14 +00:00
wip tests 4
This commit is contained in:
parent
49ff748f3e
commit
9187c52ec6
2 changed files with 1 additions and 9 deletions
|
@ -50,11 +50,3 @@ async def test_sendMessage(client_with_messageDispatcher):
|
|||
msg.body[None] = "Hello World!"
|
||||
|
||||
await client.send(msg)
|
||||
|
||||
# def main():
|
||||
# loop = asyncio.get_event_loop()
|
||||
# loop.run_until_complete(sendMessage())
|
||||
# loop.close()
|
||||
|
||||
# if __name__ == '__main__':
|
||||
# main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue