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

R4R: Testing sequence increment if not enough balance for send #3765

Merged
merged 1 commit into from
Feb 28, 2019

Conversation

sunnya97
Copy link
Member

  • Targeted PR against correct branch (see CONTRIBUTING.md)

  • Linked to github-issue with discussion and accepted design OR link to spec that describes this work.

  • Wrote tests

  • Updated relevant documentation (docs/)

  • Added entries in PENDING.md with issue #

  • rereviewed Files changed in the github PR explorer


For Admin Use:

  • Added appropriate labels to PR (ex. wip, ready-for-review, docs)
  • Reviewers Assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

res2 := mapp.AccountKeeper.GetAccount(mapp.NewContext(true, abci.Header{}), addr1)
require.NotNil(t, res2)

require.True(t, res2.GetAccountNumber() == origAccNum)
Copy link
Contributor

Choose a reason for hiding this comment

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

You can just do require.Equal here 👍

@codecov
Copy link

codecov bot commented Feb 28, 2019

Codecov Report

❗ No coverage uploaded for pull request base (develop@10bd98e). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             develop   #3765   +/-   ##
=========================================
  Coverage           ?   61.4%           
=========================================
  Files              ?     189           
  Lines              ?   14094           
  Branches           ?       0           
=========================================
  Hits               ?    8654           
  Misses             ?    4885           
  Partials           ?     555

@jackzampolin jackzampolin merged commit 172e265 into develop Feb 28, 2019
@jackzampolin jackzampolin deleted the sunny/circle-test branch February 28, 2019 20:50
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.

3 participants