File tree Expand file tree Collapse file tree
x/stakingmiddleware/keeper Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 uses : actions/checkout@v3
2727 - uses : actions/setup-go@v3
2828 with :
29- go-version : 1.20
29+ go-version : ' 1.20'
3030 # Initializes the CodeQL tools for scanning.
3131 - name : Initialize CodeQL
3232 uses : github/codeql-action/init@v2
Original file line number Diff line number Diff 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 },
You can’t perform that action at this time.
0 commit comments