Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilkumarpilli committed Dec 13, 2024
1 parent f21a839 commit 73be24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/v2/staking/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func TestRotateConsPubKey(t *testing.T) {
err = stakingKeeper.Params.Set(ctx, params)
assert.NilError(t, err)

addrs := simtestutil.AddTestAddrsIncremental(bankKeeper, stakingKeeper, ctx, 5, stakingKeeper.TokensFromConsensusPower(ctx, 100))
addrs := simtestutil.AddTestAddrsIncremental(bankKeeper, stakingKeeper, ctx, 5, stakingKeeper.TokensFromConsensusPower(ctx, 1000))
valAddrs := simtestutil.ConvertAddrsToValAddrs(addrs)

// create 5 validators
Expand Down

0 comments on commit 73be24a

Please sign in to comment.