Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-bandit committed Nov 28, 2023
1 parent 5e64d4d commit ecd4177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/valset/keeper/keep_alive_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func TestJailBackoff(t *testing.T) {
// Should reset jail backoff if recovered
t.Run("with non-recovering validator", func(t *testing.T) {
for i, v := range jailSentences {
t.Run(fmt.Sprintf("[%d] Paloma should increase the jail sentence with every occurrance", i), func(t *testing.T) {
t.Run(fmt.Sprintf("[%d] Paloma should increase the jail sentence with every occurrence", i), func(t *testing.T) {
val, valAddr := valBuild(10 + i)
consAddr := sdk.ConsAddress(valAddr)
ms.StakingKeeper.On("Validator", mock.Anything, valAddr).Return(val)
Expand Down

0 comments on commit ecd4177

Please sign in to comment.