Skip to content

Commit

Permalink
sign commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tungleanh0902 committed Jan 24, 2024
1 parent 6124ec3 commit 6e81d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/stakingmiddleware/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func (s *KeeperTestSuite) TestMsgUpdateEpochParams() {
input: &stakingmiddlewaretypes.MsgUpdateEpochParams{
Authority: authtypes.NewModuleAddress(govtypes.ModuleName).String(),
Params: stakingmiddlewaretypes.Params{
BlocksPerEpoch: 10,
BlocksPerEpoch: 20,
AllowUnbondAfterEpochProgressBlockNumber: 7,
},
},
Expand All @@ -35,7 +35,7 @@ func (s *KeeperTestSuite) TestMsgUpdateEpochParams() {
input: &stakingmiddlewaretypes.MsgUpdateEpochParams{
Authority: "invalid",
Params: stakingmiddlewaretypes.Params{
BlocksPerEpoch: 10,
BlocksPerEpoch: 20,
AllowUnbondAfterEpochProgressBlockNumber: 7,
},
},
Expand Down

0 comments on commit 6e81d28

Please sign in to comment.