From a19a98b913a1c709252295bf7924c45f2fa7ec52 Mon Sep 17 00:00:00 2001 From: toni <143221387+xyztoni@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:53:53 +0200 Subject: [PATCH] chore: typo fix (#20130) Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com> --- x/staking/keeper/delegation_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/staking/keeper/delegation_test.go b/x/staking/keeper/delegation_test.go index 0768485815b4..afedbaadca91 100644 --- a/x/staking/keeper/delegation_test.go +++ b/x/staking/keeper/delegation_test.go @@ -675,7 +675,7 @@ func (s *KeeperTestSuite) TestUnbondingAllDelegationFromValidator() { require.ErrorIs(err, stakingtypes.ErrNoValidatorFound) } -// Make sure that that the retrieving the delegations doesn't affect the state +// Make sure that the retrieving the delegations doesn't affect the state func (s *KeeperTestSuite) TestGetRedelegationsFromSrcValidator() { ctx, keeper := s.ctx, s.stakingKeeper require := s.Require()