Skip to content

Commit

Permalink
Update tests/integration/distribution.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe authored Mar 18, 2024
1 parent d06c17c commit e949f66
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 @@ -152,7 +152,7 @@ func (s *CCVTestSuite) TestRewardsDistribution() {
)

// Check that the consumer rewards allocation are empty since relayAllCommittedPackets calls BeginBlockRD,
// which in turns call AllocateTokens.
// which in turns calls AllocateTokens.
rewardsAlloc := providerKeeper.GetConsumerRewardsAllocation(s.providerCtx(), s.consumerChain.ChainID)
s.Require().Empty(rewardsAlloc.Rewards)

Expand Down

0 comments on commit e949f66

Please sign in to comment.