Skip to content

Commit

Permalink
test: add BeginBlock extension interface to module mocks (port #23442) (
Browse files Browse the repository at this point in the history
#23443)

Co-authored-by: Matt Kocubinski <[email protected]>
Co-authored-by: Julien Robert <[email protected]>
Co-authored-by: Alex | Interchain Labs <[email protected]>
  • Loading branch information
4 people authored Jan 17, 2025
1 parent d7d5b15 commit 7539072
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions testutil/mock/types_mock_appmodule.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions types/module/mock_appmodule_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ type AppModuleWithAllExtensionsABCI interface {
module.HasServices
appmodulev2.HasABCIGenesis
appmodulev2.HasConsensusVersion
appmodulev2.HasBeginBlocker
module.HasABCIEndBlock
}

Expand Down

0 comments on commit 7539072

Please sign in to comment.