Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bank module integration tests #37

Merged
merged 9 commits into from
Jul 25, 2022

Conversation

PrathyushaLakkireddy
Copy link
Contributor

ref: #20

This PR adds all the txs and query integration tests for x/bank module

@PrathyushaLakkireddy PrathyushaLakkireddy marked this pull request as ready for review June 29, 2022 05:56
scripts/tests/bank.sh Outdated Show resolved Hide resolved
@@ -48,3 +49,8 @@ def calculate_balance_deductions(

print_balance_deductions("sender", sender_diff)
print_balance_deductions("receiver", receiver_diff)


def query_total_suuply():
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
def query_total_suuply():
def query_total_suply():

@anilcse anilcse merged commit fb230dc into cosmos:master Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants