chore: typo fix (#20130)

Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
This commit is contained in:
toni 2024-04-22 17:53:53 +02:00 committed by GitHub
parent f03ab7057d
commit a19a98b913
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()