Skip to content

Commit

Permalink
fmt fix
Browse files Browse the repository at this point in the history
Signed-off-by: Shaanjot Gill <[email protected]>
  • Loading branch information
shaangill025 committed Aug 17, 2023
1 parent c3ceb4f commit a25d07a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aries_cloudagent/resolver/tests/test_did_resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ async def test_match_did_to_resolver_native_priority(profile):
return_value=async_mock.MagicMock(
debug=async_mock.MagicMock(),
),
)
),
):
assert [native, non_native] == await resolver._match_did_to_resolver(
profile, TEST_DID0
Expand All @@ -165,7 +165,7 @@ async def test_match_did_to_resolver_registration_order(profile):
return_value=async_mock.MagicMock(
debug=async_mock.MagicMock(),
),
)
),
):
assert [
native1,
Expand Down

0 comments on commit a25d07a

Please sign in to comment.