-
Notifications
You must be signed in to change notification settings - Fork 19
added get list transfer and transfer methods #42
added get list transfer and transfer methods #42
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the lint errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved. Ready for others to review.
hyperwallet/tests/test_encryption.py
Outdated
@@ -41,7 +41,7 @@ def test_should_fail_decryption_when_wrong_private_key_is_used(self): | |||
with self.assertRaises(HyperwalletException) as exc: | |||
encryption2.decrypt(encryptedMessage) | |||
|
|||
self.assertTrue(str(exc.exception).startswith('No recipient matched the provided key["Failed: [ValueError(\'Decryption failed.\'')) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did the expected behavior of this case change? / are we not expecting to see the Failed value anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually this is for old test case ,i did not modifying any code for encryption but i am facing build error so i modifying this line the build got success.
added get transfer and list transfer and list transfer methods