From d42b124e4061694603b3fc58955ae1b8cb0b47ff Mon Sep 17 00:00:00 2001 From: Simon Noetzlin Date: Tue, 20 Feb 2024 18:47:47 +0100 Subject: [PATCH] Update tests/integration/distribution.go Co-authored-by: insumity --- tests/integration/distribution.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/distribution.go b/tests/integration/distribution.go index 865ab5d781..2c19aedaa3 100644 --- a/tests/integration/distribution.go +++ b/tests/integration/distribution.go @@ -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))