Skip to content
Snippets Groups Projects
Commit 5e94e300 authored by inso's avatar inso
Browse files

Fix syntax in test_add_account

parent d18094c3
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ class ProcessAddCommunity(unittest.TestCase, QuamashTest):
self.assertEqual(self.application.current_account.name, "test")
self.assertEqual(self.application.preferences['account'], "test")
self.assertEqual(len(self.application.current_account.wallets), 1)
yield from asyncio.sleep(0)
await asyncio.sleep(0)
self.lp.call_later(10, close_dialog)
asyncio.ensure_future(exec_test())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment