Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
fix mocks after renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
MakMuftic committed Jul 15, 2022
1 parent ffe39b8 commit 49e18b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ genmocks:
mockgen -destination=./relayer/mock/relayer.go -source=./relayer/relayer.go
mockgen -source=chains/evm/calls/calls.go -destination=chains/evm/calls/mock/calls.go
mockgen -source=chains/evm/calls/transactor/transact.go -destination=chains/evm/calls/transactor/mock/transact.go
mockgen -destination=chains/evm/executor/mock/voter.go github.com/ChainSafe/chainbridge-core/chains/evm/executor ChainClient,MessageHandler,BridgeContract
mockgen -destination=chains/evm/executor/mock/voter.go github.com/ChainSafe/sygma-core/chains/evm/executor ChainClient,MessageHandler,BridgeContract
mockgen -destination=./chains/evm/calls/transactor/itx/mock/itx.go -source=./chains/evm/calls/transactor/itx/itx.go
mockgen -destination=./chains/evm/calls/transactor/itx//mock/minimalForwarder.go -source=./chains/evm/calls/transactor/itx/minimalForwarder.go
mockgen -destination=chains/evm/cli/bridge/mock/vote-proposal.go -source=./chains/evm/cli/bridge/vote-proposal.go
2 changes: 1 addition & 1 deletion chains/evm/executor/mock/voter.go

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

0 comments on commit 49e18b2

Please sign in to comment.