diff --git a/tests/integration/distribution.go b/tests/integration/distribution.go index 331b1a397b..d3111a39a5 100644 --- a/tests/integration/distribution.go +++ b/tests/integration/distribution.go @@ -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)