We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d035eb commit c080fddCopy full SHA for c080fdd
1 file changed
x/stakingmiddleware/keeper/msg_server_test.go
@@ -24,7 +24,7 @@ func (s *KeeperTestSuite) TestMsgUpdateEpochParams() {
24
input: &stakingmiddlewaretypes.MsgUpdateEpochParams{
25
Authority: authtypes.NewModuleAddress(govtypes.ModuleName).String(),
26
Params: stakingmiddlewaretypes.Params{
27
- BlocksPerEpoch: 10,
+ BlocksPerEpoch: 20,
28
AllowUnbondAfterEpochProgressBlockNumber: 7,
29
},
30
@@ -35,7 +35,7 @@ func (s *KeeperTestSuite) TestMsgUpdateEpochParams() {
35
36
Authority: "invalid",
37
38
39
40
41
0 commit comments