fix uncaught errors in test_component_manager
This commit is contained in:
parent
cae7792a1e
commit
c94cc293c2
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue