Skip to content

Commit c080fdd

Browse files
committed
sign commit
1 parent 2d035eb commit c080fdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

x/stakingmiddleware/keeper/msg_server_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func (s *KeeperTestSuite) TestMsgUpdateEpochParams() {
2424
input: &stakingmiddlewaretypes.MsgUpdateEpochParams{
2525
Authority: authtypes.NewModuleAddress(govtypes.ModuleName).String(),
2626
Params: stakingmiddlewaretypes.Params{
27-
BlocksPerEpoch: 10,
27+
BlocksPerEpoch: 20,
2828
AllowUnbondAfterEpochProgressBlockNumber: 7,
2929
},
3030
},
@@ -35,7 +35,7 @@ func (s *KeeperTestSuite) TestMsgUpdateEpochParams() {
3535
input: &stakingmiddlewaretypes.MsgUpdateEpochParams{
3636
Authority: "invalid",
3737
Params: stakingmiddlewaretypes.Params{
38-
BlocksPerEpoch: 10,
38+
BlocksPerEpoch: 20,
3939
AllowUnbondAfterEpochProgressBlockNumber: 7,
4040
},
4141
},

0 commit comments

Comments
 (0)