-
Notifications
You must be signed in to change notification settings - Fork 551
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The change introduces a new interface to mock the call to tx.Sign(). I found more interesting to assert the call to that function rather than trying to assert its behavior in term of code, which is basically testing the cosmos-sdk, and we don't want to do that. By adding the test I found a bug in the error comparison that I introduced previously with the rpcWrapper, so I fixed it. Co-authored-by: Alex Johnson <[email protected]>
- Loading branch information
Showing
7 changed files
with
399 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.