fix uncaught errors in test_component_manager

This commit is contained in:
Jack Robison 2020-05-25 10:21:36 -04:00
parent cae7792a1e
commit c94cc293c2
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -120,6 +120,8 @@ class FakeComponent:
class FakeDelayedWallet(FakeComponent):
component_name = "wallet"
depends_on = []
ledger = None
default_wallet = None
async def stop(self):
await asyncio.sleep(1)