Skip to content

Commit

Permalink
update mockgen (#4365)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinxie authored Aug 16, 2024
1 parent 851b9bb commit 9624f47
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 129 deletions.
6 changes: 0 additions & 6 deletions misc/scripts/mockgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ mockgen -destination=./test/mock/mock_actioniterator/mock_actioniterator.go \
-package=mock_actioniterator \
ActionIterator

mockgen -destination=./action/protocol/mock_protocol_test.go \
-source=./action/protocol/protocol.go \
-self_package=github.com/iotexproject/iotex-core/action/protocol \
-package=protocol \
Protocol

mkdir -p ./test/mock/mock_poll
mockgen -destination=./test/mock/mock_poll/mock_poll.go \
-source=./action/protocol/poll/protocol.go \
Expand Down
4 changes: 2 additions & 2 deletions test/mock/mock_apiserver/mock_apiserver.go

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

121 changes: 0 additions & 121 deletions test/mock/mock_dispatcher/mock_dispatcher.go

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

0 comments on commit 9624f47

Please sign in to comment.