We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03ab70 commit a19a98bCopy full SHA for a19a98b
1 file changed
x/staking/keeper/delegation_test.go
@@ -675,7 +675,7 @@ func (s *KeeperTestSuite) TestUnbondingAllDelegationFromValidator() {
675
require.ErrorIs(err, stakingtypes.ErrNoValidatorFound)
676
}
677
678
-// 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
679
func (s *KeeperTestSuite) TestGetRedelegationsFromSrcValidator() {
680
ctx, keeper := s.ctx, s.stakingKeeper
681
require := s.Require()
0 commit comments