Skip to content

Commit

Permalink
Update tests/integration/distribution.go
Browse files Browse the repository at this point in the history
Co-authored-by: insumity <[email protected]>
  • Loading branch information
sainoe and insumity authored Feb 20, 2024
1 parent ed4233d commit d42b124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/distribution.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (s *CCVTestSuite) TestRewardsDistribution() {
rewardsAlloc := s.providerApp.GetProviderKeeper().GetConsumerRewardsAllocation(s.providerCtx(), s.consumerChain.ChainID)
s.Require().True(rewardsAlloc.Rewards.Empty())

// Check that the reward pool still have the first coins transferred that were never allocated
// Check that the reward pool still has the first coins transferred that were never allocated
rewardCoins = providerBankKeeper.GetAllBalances(s.providerCtx(), rewardPool)
s.Require().True(rewardCoins[ibcCoinIndex].Amount.Equal(providerExpectedRewards[0].Amount))

Expand Down

0 comments on commit d42b124

Please sign in to comment.