Skip to content

Commit 9624f47

Browse files
authored
update mockgen (iotexproject#4365)
1 parent 851b9bb commit 9624f47

File tree

3 files changed

+2
-129
lines changed

3 files changed

+2
-129
lines changed

misc/scripts/mockgen.sh

-6
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@ mockgen -destination=./test/mock/mock_actioniterator/mock_actioniterator.go \
6363
-package=mock_actioniterator \
6464
ActionIterator
6565

66-
mockgen -destination=./action/protocol/mock_protocol_test.go \
67-
-source=./action/protocol/protocol.go \
68-
-self_package=github.com/iotexproject/iotex-core/action/protocol \
69-
-package=protocol \
70-
Protocol
71-
7266
mkdir -p ./test/mock/mock_poll
7367
mockgen -destination=./test/mock/mock_poll/mock_poll.go \
7468
-source=./action/protocol/poll/protocol.go \

test/mock/mock_apiserver/mock_apiserver.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/mock/mock_dispatcher/mock_dispatcher.go

-121
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)