Skip to content

Commit

Permalink
Fixed missing values in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Meyer committed Mar 12, 2018
1 parent 96ce480 commit f508137
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/bchain/posts_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ def test_weekly_update():
total_votes = 99897788
total_reward = 79898973

bid_bots_sbd = 4242
bid_bots_steem = 12
bid_bots_percent = 99.9998

median_reward = 0.012
mean_reward = 6.2987347329
dollar_percent = 69.80921393
Expand Down Expand Up @@ -126,6 +130,9 @@ def test_weekly_update():
total_posts=total_posts,
total_votes=total_votes,
total_reward=total_reward,
bid_bots_sbd=bid_bots_sbd,
bid_bots_steem=bid_bots_steem,
bid_bots_percent=bid_bots_percent,
median_reward=median_reward,
mean_reward=mean_reward,
dollar_percent=dollar_percent,
Expand Down

0 comments on commit f508137

Please sign in to comment.