Skip to content

Commit a19a98b

Browse files
xyztonisamricotta
andauthored
chore: typo fix (#20130)
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
1 parent f03ab70 commit a19a98b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x/staking/keeper/delegation_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ func (s *KeeperTestSuite) TestUnbondingAllDelegationFromValidator() {
675675
require.ErrorIs(err, stakingtypes.ErrNoValidatorFound)
676676
}
677677

678-
// Make sure that that the retrieving the delegations doesn't affect the state
678+
// Make sure that the retrieving the delegations doesn't affect the state
679679
func (s *KeeperTestSuite) TestGetRedelegationsFromSrcValidator() {
680680
ctx, keeper := s.ctx, s.stakingKeeper
681681
require := s.Require()

0 commit comments

Comments
 (0)