Skip to content

Commit 6ee21af

Browse files
authored
fix(x/staking,x/auth): regenerate mock to fix test (#20684)
1 parent d21620d commit 6ee21af

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

x/auth/ante/expected_keepers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ type FeegrantKeeper interface {
3030

3131
type ConsensusKeeper interface {
3232
Params(context.Context, *consensustypes.QueryParamsRequest) (*consensustypes.QueryParamsResponse, error)
33+
GetCometInfo(context.Context, *consensustypes.QueryGetCometInfoRequest) (*consensustypes.QueryGetCometInfoResponse, error)
3334
}

x/auth/ante/testutil/expected_keepers_mocks.go

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x/staking/testutil/expected_keepers_mocks.go

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x/staking/types/expected_keepers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,5 @@ func (StakingHooksWrapper) IsOnePerModuleType() {}
118118

119119
type ConsensusKeeper interface {
120120
Params(context.Context, *consensustypes.QueryParamsRequest) (*consensustypes.QueryParamsResponse, error)
121+
GetCometInfo(context.Context, *consensustypes.QueryGetCometInfoRequest) (*consensustypes.QueryGetCometInfoResponse, error)
121122
}

0 commit comments

Comments
 (0)