Skip to content

Commit

Permalink
chore: improve test
Browse files Browse the repository at this point in the history
  • Loading branch information
shifty11 committed Apr 23, 2024
1 parent 519db53 commit 9878c63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x/bundles/keeper/keeper_suite_valid_bundles_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1085,6 +1085,8 @@ var _ = Describe("valid bundles", Ordered, func() {
uploaderPayoutReward := uint64(math.LegacyNewDec(int64(totalUploaderReward)).Mul(uploader.Commission).TruncateInt64())
uploaderDelegationReward := totalUploaderReward - uploaderPayoutReward

// assert storage reward
Expect(storageReward).To(Equal(uint64(90)))
// assert payout transfer
Expect(balanceUploader).To(Equal(initialBalanceStaker0))
// assert commission rewards
Expand Down

0 comments on commit 9878c63

Please sign in to comment.