fix mockery generation script (#9094) (#9114)

This commit is contained in:
Callum Waters
2022-07-30 16:31:04 +02:00
committed by GitHub
parent 46badfabd9
commit 0846f3e4c7
27 changed files with 81 additions and 50 deletions

View File

@@ -5,7 +5,7 @@ import (
"github.com/tendermint/tendermint/abci/types"
)
//go:generate mockery --case underscore --name AppConnConsensus|AppConnMempool|AppConnQuery|AppConnSnapshot
//go:generate ../scripts/mockery_generate.sh AppConnConsensus|AppConnMempool|AppConnQuery|AppConnSnapshot
//----------------------------------------------------------------------------------------
// Enforce which abci msgs can be sent on a connection at the type level