Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Jan 24, 2025
1 parent 642ae95 commit 21c0c35
Show file tree
Hide file tree
Showing 26 changed files with 519 additions and 324 deletions.
25 changes: 17 additions & 8 deletions baseapp/testutil/mock/mocks.go

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

2 changes: 1 addition & 1 deletion scripts/build/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ hubl:

#? mocks: Generate mock file
mocks: $(MOCKS_DIR)
@go install github.com/golang/mock/mockgen@v1.6.0
@go install go.uber.org/mock/mockgen@v0.5.0
sh ./scripts/mockgen.sh
.PHONY: mocks

Expand Down
17 changes: 12 additions & 5 deletions testutil/mock/account_retriever.go

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

16 changes: 11 additions & 5 deletions testutil/mock/grpc_server.go

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

62 changes: 34 additions & 28 deletions testutil/mock/logger.go

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

Loading

0 comments on commit 21c0c35

Please sign in to comment.