Skip to content

Commit 0c33823

Browse files
committed
passing unit tests
Signed-off-by: Adam Burdett <burdettadam@gmail.com>
1 parent b4a6fd9 commit 0c33823

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

aries_cloudagent/wallet/tests/test_routes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from ...ledger.base import BaseLedger
1010
from ...protocols.coordinate_mediation.v1_0.route_manager import RouteManager
1111
from ...wallet.did_method import DIDMethod
12-
from ...wallet.key_type import ED25519
12+
from ...wallet.key_type import ED25519, KeyTypes
1313
from ..base import BaseWallet
1414
from ..did_info import DIDInfo
1515
from ..did_posture import DIDPosture
@@ -23,6 +23,7 @@ def setUp(self):
2323
self.context = AdminRequestContext.test_context(
2424
self.session_inject, self.profile
2525
)
26+
self.context.injector.bind_instance(KeyTypes,KeyTypes())
2627
self.request_dict = {
2728
"context": self.context,
2829
"outbound_message_router": async_mock.AsyncMock(),

0 commit comments

Comments
 (0)