Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: PatStLouis <[email protected]>
  • Loading branch information
PatStLouis committed Sep 23, 2024
1 parent 9249ec5 commit b6f837a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries_cloudagent/wallet/keys/tests/test_key_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class TestKeyOperations(IsolatedAsyncioTestCase):
profile = InMemoryProfile.test_profile()
manager = MultikeyManager(context=profile)
manager = MultikeyManager(profile=profile)
seed = "00000000000000000000000000000000"
multikey = "z6MkgKA7yrw5kYSiDuQFcye4bMaJpcfHFry3Bx45pdWh3s8i"
verkey = "2ru5PcgeQzxF7QZYwQgDkG2K13PRqyigVw99zMYg8eML"
Expand Down

0 comments on commit b6f837a

Please sign in to comment.