Skip to content

Commit

Permalink
chore: typo fix (cosmos#20130)
Browse files Browse the repository at this point in the history
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
  • Loading branch information
xyztoni and samricotta committed Apr 22, 2024
1 parent f03ab70 commit a19a98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/staking/keeper/delegation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a19a98b

Please sign in to comment.