Skip to content

Commit

Permalink
remove types/handler.go from autogenerating mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed May 19, 2021
1 parent 5005dda commit d9e4646
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ mocks: $(MOCKS_DIR)
$(mockgen_cmd) -source=types/module/module.go -package mocks -destination tests/mocks/types_module_module.go
$(mockgen_cmd) -source=types/invariant.go -package mocks -destination tests/mocks/types_invariant.go
$(mockgen_cmd) -source=types/router.go -package mocks -destination tests/mocks/types_router.go
$(mockgen_cmd) -source=types/handler.go -package mocks -destination tests/mocks/types_handler.go
$(mockgen_cmd) -package mocks -destination tests/mocks/grpc_server.go github.com/gogo/protobuf/grpc Server
$(mockgen_cmd) -package mocks -destination tests/mocks/tendermint_tendermint_libs_log_DB.go github.com/tendermint/tendermint/libs/log Logger
.PHONY: mocks
Expand Down

0 comments on commit d9e4646

Please sign in to comment.